tag | line | file | source code |
rt_dst | 540 | drivers/net/sunlance.c | sin=(struct sockaddr_in *)&server_route.rt_dst; |
rt_dst | 596 | fs/nfs/nfsroot.c | *((struct sockaddr_in *) &(route.rt_dst)) = server; |
rt_dst | 599 | fs/nfs/nfsroot.c | *((struct sockaddr_in *) &(route.rt_dst)) = gateway; |
rt_dst | 603 | fs/nfs/nfsroot.c | *((struct sockaddr_in *) &(route.rt_dst)) = server; |
rt_dst | 30 | include/linux/route.h | struct sockaddr rt_dst; /* target address */ |
rt_dst | 125 | include/net/route.h | __u32 rt_dst; |
rt_dst | 197 | include/net/route.h | if (rth->rt_dst == daddr) |
rt_dst | 217 | include/net/route.h | if (!rt || rt->rt_dst != daddr || !(rt->rt_flags&RTF_UP) |
rt_dst | 534 | net/appletalk/ddp.c | struct sockaddr_at *ta=(struct sockaddr_at *)&r->rt_dst; |
rt_dst | 762 | net/appletalk/ddp.c | sa=(struct sockaddr_at *)&rtdef.rt_dst; |
rt_dst | 828 | net/appletalk/ddp.c | if(rt.rt_dst.sa_family!=AF_APPLETALK) |
rt_dst | 830 | net/appletalk/ddp.c | return atrtr_delete(&((struct sockaddr_at *)&rt.rt_dst)->sat_addr); |
rt_dst | 670 | net/ipv4/ip_output.c | printk("ip_build_xmit: hh miss %08x via %08x\n", rt->rt_dst, rt->rt_gateway); |
rt_dst | 846 | net/ipv4/ip_output.c | printk("ip_build_xmit: hh miss %08x via %08x\n", rt->rt_dst, rt->rt_gateway); |
rt_dst | 924 | net/ipv4/route.c | r->rt_dev->name, (unsigned long)r->rt_dst, (unsigned long)r->rt_gateway, |
rt_dst | 970 | net/ipv4/route.c | printk("rt_free: %08x\n", rt->rt_dst); |
rt_dst | 991 | net/ipv4/route.c | __u32 daddr = rt->rt_dst; |
rt_dst | 1068 | net/ipv4/route.c | printk("rt_check_expire clean %02x@%08x\n", i, rth->rt_dst); |
rt_dst | 1087 | net/ipv4/route.c | printk("rt_check_expire bubbled %02x@%08x<->%08x\n", i, rth->rt_dst, rth_next->rt_dst); |
rt_dst | 1120 | net/ipv4/route.c | rt->rt_dst = dst; |
rt_dst | 1373 | net/ipv4/route.c | __u32 daddr = rth->rt_dst; |
rt_dst | 1400 | net/ipv4/route.c | rtg->rt_dev->header_cache_bind(&rtg->rt_hh, rtg->rt_dev, ETH_P_IP, rtg->rt_dst); |
rt_dst | 1422 | net/ipv4/route.c | printk(" . %08x", trth->rt_dst); |
rt_dst | 1440 | net/ipv4/route.c | || rth->rt_dst == daddr) |
rt_dst | 1446 | net/ipv4/route.c | printk("rt_cache clean %02x@%08x\n", hash, rth->rt_dst); |
rt_dst | 1524 | net/ipv4/route.c | rth->rt_dst = daddr; |
rt_dst | 1542 | net/ipv4/route.c | rth->rt_gateway = rth->rt_dst; |
rt_dst | 1572 | net/ipv4/route.c | if (rth->rt_dst == daddr) |
rt_dst | 1618 | net/ipv4/route.c | if (r->rt_dst.sa_family != AF_INET) |
rt_dst | 1627 | net/ipv4/route.c | daddr = (__u32) ((struct sockaddr_in *) &r->rt_dst)->sin_addr.s_addr; |
rt_dst | 1711 | net/ipv4/route.c | trg = (struct sockaddr_in *) &r->rt_dst; |
rt_dst | 1164 | net/ipx/af_ipx.c | st=(struct sockaddr_ipx *)&rt.rt_dst; |