Home
last modified time | relevance | path

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

/external/libnl/include/linux/
Drtnetlink.h95 RTM_GETNEIGHTBL = 66, enumerator
96 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h103 RTM_GETNEIGHTBL = 66, enumerator
104 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
/external/iproute2/include/linux/
Drtnetlink.h103 RTM_GETNEIGHTBL = 66, enumerator
104 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
/external/libnl/lib/route/
Dneightbl.c227 return nl_rtgen_request(h, RTM_GETNEIGHTBL, AF_UNSPEC, NLM_F_DUMP); in neightbl_request_update()
796 { RTM_GETNEIGHTBL, NL_ACT_GET, "get" },
/external/iproute2/ip/
Dipntable.c633 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETNEIGHTBL) < 0) { in ipntable_show()