Home
last modified time | relevance | path

Searched refs:RTN_UNSPEC (Results 1 – 3 of 3) sorted by relevance

/third_party/libnl/lib/route/
Drtnl.c62 __ADD(RTN_UNSPEC,unspec),
/third_party/libnl/include/linux-private/linux/
Drtnetlink.h217 RTN_UNSPEC, enumerator
/third_party/toybox/toys/pending/
Dip.c94 static struct arglist rtmtypes[] = { {"none", RTN_UNSPEC},
2119 else if (req.msg.rtm_type == RTN_UNICAST || req.msg.rtm_type == RTN_UNSPEC) { in route_update()
2206 request.msg.rtm_type = ((opt == RTM_DELRULE) ? RTN_UNSPEC : RTN_UNICAST); in ruleupdate()