Searched refs:rtm_scope (Results 1 - 15 of 15) sorted by relevance

/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;
342 req.r.rtm_scope = RT_SCOPE_UNIVERSE;
452 req.r.rtm_scope = RT_SCOPE_HOST;
456 req.r.rtm_scope = RT_SCOPE_LINK;
459 req.r.rtm_scope = RT_SCOPE_NOWHERE;
461 req.r.rtm_scope = RT_SCOPE_LINK;
703 req.r.rtm_scope = 0;
H A Diprule.c215 req.r.rtm_scope = RT_SCOPE_UNIVERSE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diproute.c178 if ((filter.scope^r->rtm_scope)&filter.scopemask)
361 if (r->rtm_scope != RT_SCOPE_UNIVERSE && filter.scopemask != -1)
362 fprintf(fp, " scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1)));
675 req.r.rtm_scope = RT_SCOPE_NOWHERE;
679 req.r.rtm_scope = RT_SCOPE_UNIVERSE;
731 req.r.rtm_scope = scope;
923 req.r.rtm_scope = RT_SCOPE_HOST;
927 req.r.rtm_scope = RT_SCOPE_LINK;
931 req.r.rtm_scope = RT_SCOPE_NOWHERE;
933 req.r.rtm_scope
[all...]
H A Diprule.c206 req.r.rtm_scope = RT_SCOPE_UNIVERSE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_fib.c211 if (r->rtm_scope >= RT_SCOPE_LINK)
228 fl.fld_scope = r->rtm_scope + 1;
282 if (dn_fib_props[r->rtm_type].scope > r->rtm_scope)
348 if (r->rtm_scope > RT_SCOPE_HOST)
351 if (r->rtm_scope == RT_SCOPE_HOST) {
568 req.rtm.rtm_scope = (type != RTN_LOCAL ? RT_SCOPE_LINK : RT_SCOPE_HOST);
H A Ddn_table.c310 rtm->rtm_scope = scope;
579 if (f->fn_type == type && f->fn_scope == r->rtm_scope
603 new_f->fn_scope = r->rtm_scope;
683 (r->rtm_scope == RT_SCOPE_NOWHERE || f->fn_scope == r->rtm_scope) &&
H A Ddn_route.c1487 r->rtm_scope = RT_SCOPE_UNIVERSE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h149 unsigned char rtm_scope; /* See below */ member in struct:rtmsg
203 /* rtm_scope
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtnetlink.h150 unsigned char rtm_scope; /* See below */ member in struct:rtmsg
205 /* rtm_scope
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drt_netlink.c1149 req.r.rtm_scope = RT_SCOPE_UNIVERSE;
1218 req.r.rtm_scope = RT_SCOPE_UNIVERSE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c1137 r->rtm_scope, r->rtm_type, r->rtm_flags);
1168 r->rtm_scope, r->rtm_type, r->rtm_flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_frontend.c477 cfg->fc_scope = rtm->rtm_scope;
H A Dfib_semantics.c978 rtm->rtm_scope = scope;
H A Droute.c2700 r->rtm_scope = RT_SCOPE_UNIVERSE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Droute.c2150 rtm->rtm_scope = RT_SCOPE_UNIVERSE;

Completed in 124 milliseconds