tag | line | file | source code |
ipc | 383 | net/tcp/ip.c | struct ip_config ipc; |
ipc | 388 | net/tcp/ip.c | memcpy_fromfs(&ipc, u_ipc, sizeof (ipc)); |
ipc | 389 | net/tcp/ip.c | ipc.name[MAX_IP_NAME-1] = 0; |
ipc | 390 | net/tcp/ip.c | dev = get_dev (ipc.name); |
ipc | 395 | net/tcp/ip.c | ipc.destroy = 0; |
ipc | 399 | net/tcp/ip.c | if (ip_ads >= MAX_IP_ADDRES && !ipc.destroy && ipc.paddr != -1) |
ipc | 403 | net/tcp/ip.c | if (ipc.net != -1) |
ipc | 405 | net/tcp/ip.c | PRINTK (("new broadcast for %s: %08X\n", dev->name, ipc.net)); |
ipc | 406 | net/tcp/ip.c | arp_add_broad (ipc.net, dev); |
ipc | 409 | net/tcp/ip.c | rt->net = ipc.net; |
ipc | 416 | net/tcp/ip.c | if (ipc.router != -1) |
ipc | 418 | net/tcp/ip.c | PRINTK (("new router for %s: %08X\n", dev->name, ipc.router)); |
ipc | 423 | net/tcp/ip.c | rt->router = ipc.router; |
ipc | 429 | net/tcp/ip.c | PRINTK (("new loopback addr: %08X\n", ipc.paddr)); |
ipc | 432 | net/tcp/ip.c | rt->net = ipc.paddr; |
ipc | 438 | net/tcp/ip.c | if (ipc.destroy) |
ipc | 443 | net/tcp/ip.c | if (ip_addr[i] == ipc.paddr) |
ipc | 450 | net/tcp/ip.c | PRINTK (("ip.c: Destroying Identity %8X, entry %d\n", ipc.paddr, i)); |
ipc | 464 | net/tcp/ip.c | if (ipc.paddr != -1L && !ipc.destroy) |
ipc | 466 | net/tcp/ip.c | if (!my_ip_addr (ipc.paddr)) |
ipc | 468 | net/tcp/ip.c | PRINTK (("new identity: %08X\n", ipc.paddr)); |
ipc | 469 | net/tcp/ip.c | ip_addr[ip_ads++] = ipc.paddr; |
ipc | 473 | net/tcp/ip.c | dev->up = ipc.up; |