Searched refs:RTM_GETNEIGHTBL (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | nl_route_types.h | 101 #if !(defined(RTM_GETNEIGHTBL) || (defined(HAVE_DECL_RTM_GETNEIGHTBL) && HAVE_DECL_RTM_GETNEIGHTBL)) 102 # define RTM_GETNEIGHTBL 66 macro 207 XLAT(RTM_GETNEIGHTBL),
|
D | nl_route_types.in | 46 RTM_GETNEIGHTBL 66
|
/external/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 103 RTM_GETNEIGHTBL = 66, enumerator 104 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 104 RTM_GETNEIGHTBL = 66, enumerator 105 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
|
/external/iproute2/include/uapi/linux/ |
D | rtnetlink.h | 104 RTM_GETNEIGHTBL = 66, enumerator 105 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
|
/external/strace/tests/ |
D | nlattr_ndtmsg.c | 46 .nlmsg_type = RTM_GETNEIGHTBL, in init_ndtmsg()
|
D | netlink_route.c | 330 RTM_GETNEIGHTBL, NLM_F_REQUEST, in test_rtnl_neightbl()
|
/external/strace/tests-m32/ |
D | nlattr_ndtmsg.c | 46 .nlmsg_type = RTM_GETNEIGHTBL, in init_ndtmsg()
|
D | netlink_route.c | 330 RTM_GETNEIGHTBL, NLM_F_REQUEST, in test_rtnl_neightbl()
|
/external/strace/tests-mx32/ |
D | nlattr_ndtmsg.c | 46 .nlmsg_type = RTM_GETNEIGHTBL, in init_ndtmsg()
|
D | netlink_route.c | 330 RTM_GETNEIGHTBL, NLM_F_REQUEST, in test_rtnl_neightbl()
|
/external/strace/ |
D | netlink_route.c | 78 [RTM_GETNEIGHTBL - RTM_BASE] = decode_ndtmsg,
|
D | ChangeLog | 5263 * netlink_route.c (route_decoders): Add RTM_GETNEIGHTBL,
|
/external/libnl/lib/route/ |
D | neightbl.c | 227 return nl_rtgen_request(h, RTM_GETNEIGHTBL, AF_UNSPEC, NLM_F_DUMP); in neightbl_request_update() 808 { RTM_GETNEIGHTBL, NL_ACT_GET, "get" },
|
/external/iproute2/ip/ |
D | ipntable.c | 641 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETNEIGHTBL) < 0) { in ipntable_show()
|