tag | line | file | source code |
rt_dst | 27 | include/linux/route.h | struct sockaddr rt_dst; /* target address */ |
rt_dst | 32 | include/net/route.h | unsigned long rt_dst; |
rt_dst | 518 | net/appletalk/ddp.c | struct sockaddr_at *ta=(struct sockaddr_at *)&r->rt_dst; |
rt_dst | 741 | net/appletalk/ddp.c | sa=(struct sockaddr_at *)&rtdef.rt_dst; |
rt_dst | 804 | net/appletalk/ddp.c | if(rt.rt_dst.sa_family!=AF_APPLETALK) |
rt_dst | 806 | net/appletalk/ddp.c | return atrtr_delete(&((struct sockaddr_at *)&rt.rt_dst)->sat_addr); |
rt_dst | 102 | net/ipv4/route.c | if (r->rt_dst != dst || |
rt_dst | 203 | net/ipv4/route.c | if ((gw ^ rt->rt_dst) & rt->rt_mask) |
rt_dst | 294 | net/ipv4/route.c | rt->rt_dst = dst; |
rt_dst | 329 | net/ipv4/route.c | if (r->rt_dst != dst || |
rt_dst | 358 | net/ipv4/route.c | r->rt_dst == dst && |
rt_dst | 437 | net/ipv4/route.c | if (r->rt_dst.sa_family != AF_INET) |
rt_dst | 446 | net/ipv4/route.c | daddr = ((struct sockaddr_in *) &r->rt_dst)->sin_addr.s_addr; |
rt_dst | 529 | net/ipv4/route.c | trg = (struct sockaddr_in *) &r->rt_dst; |
rt_dst | 573 | net/ipv4/route.c | r->rt_dev->name, r->rt_dst, r->rt_gateway, |
rt_dst | 613 | net/ipv4/route.c | if (!((rt->rt_dst ^ daddr) & rt->rt_mask)) |
rt_dst | 653 | net/ipv4/route.c | if (!((rt->rt_dst ^ daddr) & rt->rt_mask)) |
rt_dst | 1081 | net/ipx/af_ipx.c | st=(struct sockaddr_ipx *)&rt.rt_dst; |