Searched refs:RTN_LOCAL (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Drtm_map.c32 case RTN_LOCAL:
65 res = RTN_LOCAL;
H A Diproute.c162 if (r->rtm_type != RTN_LOCAL)
165 if (r->rtm_type == RTN_LOCAL)
914 if (req.r.rtm_type == RTN_LOCAL ||
921 if (req.r.rtm_type == RTN_LOCAL ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Drtm_map.c25 case RTN_LOCAL:
68 res = RTN_LOCAL;
H A Diproute.c123 if (r->rtm_type != RTN_LOCAL) {
127 if (r->rtm_type == RTN_LOCAL) {
451 if (req.r.rtm_type == RTN_LOCAL || req.r.rtm_type == RTN_NAT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_fib.c69 [RTN_LOCAL] = { .error = 0, .scope = RT_SCOPE_HOST },
237 if (res.type != RTN_UNICAST && res.type != RTN_LOCAL)
370 if (r->rtm_type != RTN_LOCAL || rta->rta_dst == NULL ||
372 if (dnet_addr_type(fi->fib_prefsrc) != RTN_LOCAL)
424 case RTN_LOCAL:
568 req.rtm.rtm_scope = (type != RTN_LOCAL ? RT_SCOPE_LINK : RT_SCOPE_HOST);
584 fib_magic(RTM_NEWROUTE, RTN_LOCAL, ifa->ifa_local, 16, ifa);
613 fib_magic(RTM_DELROUTE, RTN_LOCAL, ifa->ifa_local, 16, ifa);
615 if (dnet_addr_type(ifa->ifa_local) != RTN_LOCAL) {
H A Ddn_route.c966 res.type = RTN_LOCAL;
1012 res.type = RTN_LOCAL;
1034 res.type = RTN_LOCAL;
1049 res.type == RTN_LOCAL ?
1052 if (fl.fld_src == 0 && res.type != RTN_LOCAL)
1063 if (res.type == RTN_LOCAL) {
1270 res.type = RTN_LOCAL;
1331 case RTN_LOCAL:
1392 case RTN_LOCAL:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dnetfilter.c27 if (addr_type == RTN_LOCAL) {
29 if (type == RTN_LOCAL)
H A Dfib_frontend.c137 if (res.type != RTN_LOCAL)
641 if (type != RTN_LOCAL)
669 fib_magic(RTM_NEWROUTE, RTN_LOCAL, addr, 32, prim);
680 fib_magic(RTM_NEWROUTE, dev->flags&IFF_LOOPBACK ? RTN_LOCAL :
706 fib_magic(RTM_DELROUTE, dev->flags&IFF_LOOPBACK ? RTN_LOCAL :
740 fib_magic(RTM_DELROUTE, RTN_LOCAL, ifa->ifa_local, 32, prim);
743 if (inet_addr_type(ifa->ifa_local) != RTN_LOCAL) {
H A Dip_options.c154 if (inet_addr_type(addr) != RTN_LOCAL) {
630 if (rt->rt_type != RTN_LOCAL)
644 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) {
650 if (rt2->rt_type != RTN_LOCAL)
H A Dfib_semantics.c104 }, /* RTN_LOCAL */
564 if (res.type != RTN_UNICAST && res.type != RTN_LOCAL)
826 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst ||
828 if (inet_addr_type(fi->fib_prefsrc) != RTN_LOCAL)
905 case RTN_LOCAL:
H A Darp.c349 if (skb && inet_addr_type(ip_hdr(skb)->saddr) == RTN_LOCAL)
356 if (inet_addr_type(saddr) == RTN_LOCAL) {
458 case RTN_LOCAL:
843 inet_addr_type(tip) == RTN_LOCAL &&
874 if (addr_type == RTN_LOCAL) {
H A Draw.c562 if (addr->sin_addr.s_addr && chk_addr_ret != RTN_LOCAL &&
H A Daf_inet.c457 chk_addr_ret != RTN_LOCAL &&
H A Droute.c1967 if (res.type == RTN_LOCAL) {
2397 /* It is equivalent to inet_addr_type(saddr) == RTN_LOCAL */
2459 res.type = RTN_LOCAL;
2498 if (res.type == RTN_LOCAL) {
H A Dfib_trie.c2289 [RTN_LOCAL] = "LOCAL",
H A Dtcp_ipv4.c575 if (((struct rtable *)skb->dst)->rt_type != RTN_LOCAL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_REJECT.c134 addr_type = RTN_LOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h161 RTN_LOCAL, /* Accept locally */ enumerator in enum:__anon230
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtnetlink.h162 RTN_LOCAL, /* Accept locally */ enumerator in enum:__anon10283
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_ctl.c682 if (inet_addr_type(udest->addr) == RTN_LOCAL) {
735 if (atype != RTN_LOCAL && atype != RTN_UNICAST)
H A Dip_vs_core.c821 if (ip_route_me_harder(pskb, RTN_LOCAL) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dipv4.c528 if (((struct rtable *)rxskb->dst)->rt_type != RTN_LOCAL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daf_inet6.c286 if (inet_addr_type(v4addr) != RTN_LOCAL) {
H A Dndisc.c369 neigh->type = RTN_LOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dprotocol.c361 ret != RTN_LOCAL &&

Completed in 176 milliseconds

12