Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Drtnetlink.h103 RTM_GETNEIGHTBL = 66, enumerator
104 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
/external/kernel-headers/original/linux/
Drtnetlink.h103 RTM_GETNEIGHTBL = 66, enumerator
104 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
/external/iproute2/ip/
Dipntable.c623 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETNEIGHTBL) < 0) { in ipntable_show()