taglinefilesource code
ipc316net/tcp/ip.cstruct ip_config ipc;
ipc322net/tcp/ip.cmemcpy_fromfs(&ipc, u_ipc, sizeof (ipc));
ipc323net/tcp/ip.cipc.name[MAX_IP_NAME-1] = 0;
ipc324net/tcp/ip.cdev = get_dev (ipc.name);
ipc329net/tcp/ip.cif (ipc.net != -1)
ipc331net/tcp/ip.carp_add_broad (ipc.net, dev);
ipc335net/tcp/ip.crt->net = ipc.net;
ipc342net/tcp/ip.cif (ipc.router != -1)
ipc348net/tcp/ip.crt->router = ipc.router;
ipc356net/tcp/ip.crt->net = ipc.paddr;
ipc364net/tcp/ip.cif (!my_ip_addr (ipc.paddr))
ipc365net/tcp/ip.cip_addr[ip_ads++] = ipc.paddr;
ipc367net/tcp/ip.cdev->up = ipc.up;