| tag | line | file | source code |
| ip | 125 | kernel/vsprintf.c | int *ip; |
| ip | 244 | kernel/vsprintf.c | ip = va_arg(args, int *); |
| ip | 245 | kernel/vsprintf.c | *ip = (str - buf); |
| ip | 288 | net/tcp/arp.c | if (apt->ip == paddr) |
| ip | 314 | net/tcp/arp.c | if (arp_table[hash]->ip == paddr) |
| ip | 327 | net/tcp/arp.c | if (apt->ip == paddr) |
| ip | 349 | net/tcp/arp.c | apt->ip = paddr; |
| ip | 63 | net/tcp/arp.h | unsigned long ip; |
| ip | 923 | net/tcp/ip.c | print_iph (struct ip_header *ip) |
| ip | 927 | net/tcp/ip.c | ip->ihl, ip->version, ip->tos, net16(ip->tot_len)); |
| ip | 929 | net/tcp/ip.c | ip->id, ip->ttl, ip->protocol, ip->check); |
| ip | 930 | net/tcp/ip.c | PRINTK (" frag_off=%d\n", ip->frag_off); |
| ip | 931 | net/tcp/ip.c | PRINTK (" saddr = %X, daddr = %X\n",ip->saddr, ip->daddr); |