taglinefilesource code
ipc381net/tcp/ip.cstruct ip_config ipc;
ipc386net/tcp/ip.cmemcpy_fromfs(&ipc, u_ipc, sizeof (ipc));
ipc387net/tcp/ip.cipc.name[MAX_IP_NAME-1] = 0;
ipc388net/tcp/ip.cdev = get_dev (ipc.name);
ipc393net/tcp/ip.cipc.destroy = 0;
ipc397net/tcp/ip.cif (ip_ads >= MAX_IP_ADDRES && !ipc.destroy && ipc.paddr != -1)
ipc401net/tcp/ip.cif (ipc.net != -1)
ipc403net/tcp/ip.cPRINTK (("new broadcast for %s: %08X\n", dev->name, ipc.net));
ipc404net/tcp/ip.carp_add_broad (ipc.net, dev);
ipc407net/tcp/ip.crt->net = ipc.net;
ipc414net/tcp/ip.cif (ipc.router != -1)
ipc416net/tcp/ip.cPRINTK (("new router for %s: %08X\n", dev->name, ipc.router));
ipc421net/tcp/ip.crt->router = ipc.router;
ipc427net/tcp/ip.cPRINTK (("new loopback addr: %08X\n", ipc.paddr));
ipc430net/tcp/ip.crt->net = ipc.paddr;
ipc436net/tcp/ip.cif (ipc.destroy)
ipc441net/tcp/ip.cif (ip_addr[i] == ipc.paddr)
ipc448net/tcp/ip.cPRINTK (("ip.c: Destroying Identity %8X, entry %d\n", ipc.paddr, i));
ipc462net/tcp/ip.cif (ipc.paddr != -1L && !ipc.destroy)
ipc464net/tcp/ip.cif (!my_ip_addr (ipc.paddr))
ipc466net/tcp/ip.cPRINTK (("new identity: %08X\n", ipc.paddr));
ipc467net/tcp/ip.cip_addr[ip_ads++] = ipc.paddr;
ipc471net/tcp/ip.cdev->up = ipc.up;