taglinefilesource code
ipc383net/tcp/ip.cstruct ip_config ipc;
ipc388net/tcp/ip.cmemcpy_fromfs(&ipc, u_ipc, sizeof (ipc));
ipc389net/tcp/ip.cipc.name[MAX_IP_NAME-1] = 0;
ipc390net/tcp/ip.cdev = get_dev (ipc.name);
ipc395net/tcp/ip.cipc.destroy = 0;
ipc399net/tcp/ip.cif (ip_ads >= MAX_IP_ADDRES && !ipc.destroy && ipc.paddr != -1)
ipc403net/tcp/ip.cif (ipc.net != -1)
ipc405net/tcp/ip.cPRINTK (("new broadcast for %s: %08X\n", dev->name, ipc.net));
ipc406net/tcp/ip.carp_add_broad (ipc.net, dev);
ipc409net/tcp/ip.crt->net = ipc.net;
ipc416net/tcp/ip.cif (ipc.router != -1)
ipc418net/tcp/ip.cPRINTK (("new router for %s: %08X\n", dev->name, ipc.router));
ipc423net/tcp/ip.crt->router = ipc.router;
ipc429net/tcp/ip.cPRINTK (("new loopback addr: %08X\n", ipc.paddr));
ipc432net/tcp/ip.crt->net = ipc.paddr;
ipc438net/tcp/ip.cif (ipc.destroy)
ipc443net/tcp/ip.cif (ip_addr[i] == ipc.paddr)
ipc450net/tcp/ip.cPRINTK (("ip.c: Destroying Identity %8X, entry %d\n", ipc.paddr, i));
ipc464net/tcp/ip.cif (ipc.paddr != -1L && !ipc.destroy)
ipc466net/tcp/ip.cif (!my_ip_addr (ipc.paddr))
ipc468net/tcp/ip.cPRINTK (("new identity: %08X\n", ipc.paddr));
ipc469net/tcp/ip.cip_addr[ip_ads++] = ipc.paddr;
ipc473net/tcp/ip.cdev->up = ipc.up;