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

/external/iproute2/ip/
H A Drtm_map.c28 case RTN_UNSPEC:
H A Diprule.c345 req.r.rtm_type = RTN_UNSPEC;
H A Diproute.c1212 req.r.rtm_type == RTN_UNSPEC) {
/external/libnl/lib/route/
H A Drtnl.c61 __ADD(RTN_UNSPEC,unspec)
/external/libnl/include/linux-private/linux/
H A Drtnetlink.h180 RTN_UNSPEC, enumerator in enum:__anon11201
/external/iproute2/include/linux/
H A Drtnetlink.h199 RTN_UNSPEC, enumerator in enum:__anon7874
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h204 RTN_UNSPEC, enumerator in enum:__anon8988
/external/toybox/toys/pending/
H A Dip.c91 static struct arglist rtmtypes[] = { {"none", RTN_UNSPEC},
2009 else if (req.msg.rtm_type == RTN_UNICAST || req.msg.rtm_type == RTN_UNSPEC) {
2096 request.msg.rtm_type = ((opt == RTM_DELRULE) ? RTN_UNSPEC : RTN_UNICAST);

Completed in 122 milliseconds