tag | line | file | source code |
raddr | 257 | net/tcp/ip.c | ip_route(struct options *opt, unsigned long daddr, unsigned long *raddr) |
raddr | 268 | net/tcp/ip.c | *raddr = rt->router; |
raddr | 522 | net/tcp/ip.c | unsigned long raddr; /* for the router. */ |
raddr | 532 | net/tcp/ip.c | *dev = ip_route(&optmem,daddr, &raddr); |
raddr | 542 | net/tcp/ip.c | ip_route (&optmem, daddr, &raddr); |
raddr | 544 | net/tcp/ip.c | if (raddr == 0) raddr = daddr; |
raddr | 551 | net/tcp/ip.c | tmp = (*dev)->hard_header(buff, *dev, ETHERTYPE_IP, raddr, saddr, len); |
raddr | 1800 | net/tcp/sock.c | unsigned long raddr, |
raddr | 1805 | net/tcp/sock.c | prot, num, raddr, rnum, laddr)); |
raddr | 1819 | net/tcp/sock.c | if (!ip_addr_match (s->daddr, raddr)) |