| tag | line | file | source code | 
| ipc | 316 | net/tcp/ip.c | struct ip_config ipc; | 
| ipc | 322 | net/tcp/ip.c | memcpy_fromfs(&ipc, u_ipc, sizeof (ipc)); | 
| ipc | 323 | net/tcp/ip.c | ipc.name[MAX_IP_NAME-1] = 0; | 
| ipc | 324 | net/tcp/ip.c | dev = get_dev (ipc.name); | 
| ipc | 329 | net/tcp/ip.c | if (ipc.net != -1) | 
| ipc | 331 | net/tcp/ip.c | arp_add_broad (ipc.net, dev); | 
| ipc | 335 | net/tcp/ip.c | rt->net = ipc.net; | 
| ipc | 342 | net/tcp/ip.c | if (ipc.router != -1) | 
| ipc | 348 | net/tcp/ip.c | rt->router = ipc.router; | 
| ipc | 356 | net/tcp/ip.c | rt->net = ipc.paddr; | 
| ipc | 364 | net/tcp/ip.c | if (!my_ip_addr (ipc.paddr)) | 
| ipc | 365 | net/tcp/ip.c | ip_addr[ip_ads++] = ipc.paddr; | 
| ipc | 367 | net/tcp/ip.c | dev->up = ipc.up; |