tag | line | file | source code |
---|---|---|---|
gateway | 115 | net/tcp/icmp.c | PRINTK ((" gateway = %X\n", icmph->un.gateway)); |
gateway | 168 | net/tcp/icmp.c | icmph->un.gateway = 0; /* might as well 0 it. */ |
gateway | 268 | net/tcp/icmp.c | rt->router = icmph->un.gateway; |
gateway | 58 | net/tcp/icmp.h | unsigned long gateway; |