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

/external/iproute2/ip/
H A Drtm_map.c28 case RTN_UNSPEC:
H A Diprule.c352 req.r.rtm_type = RTN_UNSPEC;
H A Diproute.c1211 req.r.rtm_type == RTN_UNSPEC) {
/external/libnl/lib/route/
H A Drtnl.c56 __ADD(RTN_UNSPEC,unspec)
H A Drule.c391 .rtm_type = RTN_UNSPEC
/external/libnl/include/linux/
H A Drtnetlink.h170 RTN_UNSPEC, enumerator in enum:__anon10708
/external/iproute2/include/linux/
H A Drtnetlink.h199 RTN_UNSPEC, enumerator in enum:__anon7358
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h199 RTN_UNSPEC, enumerator in enum:__anon8406
/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 154 milliseconds