Searched refs:RT_SCOPE_NOWHERE (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_fib.c67 [RTN_UNSPEC] = { .error = 0, .scope = RT_SCOPE_NOWHERE },
70 [RTN_BROADCAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
71 [RTN_ANYCAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
72 [RTN_MULTICAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
77 [RTN_NAT] = { .error = 0, .scope = RT_SCOPE_NOWHERE },
78 [RTN_XRESOLVE] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
357 nh->nh_scope = RT_SCOPE_NOWHERE;
655 int scope = RT_SCOPE_NOWHERE;
H A Ddn_table.c683 (r->rtm_scope == RT_SCOPE_NOWHERE || f->fn_scope == r->rtm_scope) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_semantics.c95 .scope = RT_SCOPE_NOWHERE,
135 .scope = RT_SCOPE_NOWHERE,
139 .scope = RT_SCOPE_NOWHERE,
813 nh->nh_scope = RT_SCOPE_NOWHERE;
1052 int scope = RT_SCOPE_NOWHERE;
H A Dfib_frontend.c322 cfg->fc_scope = RT_SCOPE_NOWHERE;
370 if (cfg->fc_scope == RT_SCOPE_NOWHERE)
H A Dfib_hash.c579 (cfg->fc_scope == RT_SCOPE_NOWHERE ||
H A Dfib_trie.c1614 (cfg->fc_scope == RT_SCOPE_NOWHERE ||
2279 case RT_SCOPE_NOWHERE: return "nowhere";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h221 RT_SCOPE_NOWHERE=255 enumerator in enum:rt_scope_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diproute.c338 req.r.rtm_scope = RT_SCOPE_NOWHERE;
459 req.r.rtm_scope = RT_SCOPE_NOWHERE;
H A Dipaddress.c447 scope = RT_SCOPE_NOWHERE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diproute.c675 req.r.rtm_scope = RT_SCOPE_NOWHERE;
931 req.r.rtm_scope = RT_SCOPE_NOWHERE;
1052 scope = RT_SCOPE_NOWHERE;
H A Dipaddress.c531 scope = RT_SCOPE_NOWHERE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtnetlink.h223 RT_SCOPE_NOWHERE=255 enumerator in enum:rt_scope_t

Completed in 117 milliseconds