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