Searched refs:RTM_GETNEIGHTBL (Results 1 – 5 of 5) sorted by relevance
/external/libnl/include/linux/ |
D | rtnetlink.h | 95 RTM_GETNEIGHTBL = 66, enumerator 96 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 103 RTM_GETNEIGHTBL = 66, enumerator 104 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
|
/external/iproute2/include/linux/ |
D | rtnetlink.h | 103 RTM_GETNEIGHTBL = 66, enumerator 104 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
|
/external/libnl/lib/route/ |
D | neightbl.c | 227 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/ |
D | ipntable.c | 633 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETNEIGHTBL) < 0) { in ipntable_show()
|