Home
last modified time | relevance | path

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

/external/iproute2/ip/
Drtm_map.c32 case RTN_LOCAL: in rtnl_rtntype_n2a()
65 res = RTN_LOCAL; in rtnl_rtntype_a2n()
Diproute.c164 if (r->rtm_type != RTN_LOCAL) in filter_nlmsg()
167 if (r->rtm_type == RTN_LOCAL) in filter_nlmsg()
1193 if (req.r.rtm_type == RTN_LOCAL || in iproute_modify()
1203 else if (req.r.rtm_type == RTN_LOCAL || in iproute_modify()
/external/libnl/lib/route/
Drtnl.c58 __ADD(RTN_LOCAL,local)
Droute_obj.c819 if (route->rt_type == RTN_LOCAL) in rtnl_route_guess_scope()
/external/libnl/include/linux/
Drtnetlink.h172 RTN_LOCAL, /* Accept locally */ enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h201 RTN_LOCAL, /* Accept locally */ enumerator
/external/iproute2/include/linux/
Drtnetlink.h201 RTN_LOCAL, /* Accept locally */ enumerator
/external/toybox/toys/pending/
Dip.c92 {"unicast", RTN_UNICAST}, {"local", RTN_LOCAL},
1481 if (gfilter.tb == RT_TABLE_LOCAL && msg->rtm_type != RTN_LOCAL) in display_route_info()
1483 else if (gfilter.tb == RT_TABLE_MAIN && msg->rtm_type == RTN_LOCAL) in display_route_info()
2004 if (req.msg.rtm_type == RTN_LOCAL || req.msg.rtm_type == RTN_NAT) in route_update()