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

/external/iproute2/ip/
H A Drtm_map.c32 case RTN_LOCAL:
65 res = RTN_LOCAL;
H A Diproute.c164 if (r->rtm_type != RTN_LOCAL)
167 if (r->rtm_type == RTN_LOCAL)
1194 if (req.r.rtm_type == RTN_LOCAL ||
1204 else if (req.r.rtm_type == RTN_LOCAL ||
/external/libnl/lib/route/
H A Drtnl.c63 __ADD(RTN_LOCAL,local)
H A Droute_obj.c915 if (route->rt_type == RTN_LOCAL)
/external/libnl/include/linux-private/linux/
H A Drtnetlink.h182 RTN_LOCAL, /* Accept locally */ enumerator in enum:__anon11201
/external/iproute2/include/linux/
H A Drtnetlink.h201 RTN_LOCAL, /* Accept locally */ enumerator in enum:__anon7874
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h206 RTN_LOCAL, /* Accept locally */ enumerator in enum:__anon8988
/external/toybox/toys/pending/
H A Dip.c92 {"unicast", RTN_UNICAST}, {"local", RTN_LOCAL},
1481 if (gfilter.tb == RT_TABLE_LOCAL && msg->rtm_type != RTN_LOCAL)
1483 else if (gfilter.tb == RT_TABLE_MAIN && msg->rtm_type == RTN_LOCAL)
2004 if (req.msg.rtm_type == RTN_LOCAL || req.msg.rtm_type == RTN_NAT)

Completed in 256 milliseconds