Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/
Drtnl.c64 __ADD(RTN_LOCAL,local),
Droute_obj.c961 if (route->rt_type == RTN_LOCAL) in rtnl_route_guess_scope()
/third_party/libnl/include/linux-private/linux/
Drtnetlink.h219 RTN_LOCAL, /* Accept locally */ enumerator
/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c331 rm->rtm_type != RTN_LOCAL) in rops_handle_POLLIN_netlink()
/third_party/toybox/toys/pending/
Dip.c95 {"unicast", RTN_UNICAST}, {"local", RTN_LOCAL},
1589 if (gfilter.tb == RT_TABLE_LOCAL && msg->rtm_type != RTN_LOCAL) in display_route_info()
1591 else if (gfilter.tb == RT_TABLE_MAIN && msg->rtm_type == RTN_LOCAL) in display_route_info()
2114 if (req.msg.rtm_type == RTN_LOCAL || req.msg.rtm_type == RTN_NAT) in route_update()