Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnl_route_types.h101 #if !(defined(RTM_GETNEIGHTBL) || (defined(HAVE_DECL_RTM_GETNEIGHTBL) && HAVE_DECL_RTM_GETNEIGHTBL))
102 # define RTM_GETNEIGHTBL 66 macro
207 XLAT(RTM_GETNEIGHTBL),
Dnl_route_types.in46 RTM_GETNEIGHTBL 66
/external/libnl/include/linux-private/linux/
Drtnetlink.h103 RTM_GETNEIGHTBL = 66, enumerator
104 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h104 RTM_GETNEIGHTBL = 66, enumerator
105 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
/external/iproute2/include/uapi/linux/
Drtnetlink.h104 RTM_GETNEIGHTBL = 66, enumerator
105 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
/external/strace/tests/
Dnlattr_ndtmsg.c46 .nlmsg_type = RTM_GETNEIGHTBL, in init_ndtmsg()
Dnetlink_route.c330 RTM_GETNEIGHTBL, NLM_F_REQUEST, in test_rtnl_neightbl()
/external/strace/tests-m32/
Dnlattr_ndtmsg.c46 .nlmsg_type = RTM_GETNEIGHTBL, in init_ndtmsg()
Dnetlink_route.c330 RTM_GETNEIGHTBL, NLM_F_REQUEST, in test_rtnl_neightbl()
/external/strace/tests-mx32/
Dnlattr_ndtmsg.c46 .nlmsg_type = RTM_GETNEIGHTBL, in init_ndtmsg()
Dnetlink_route.c330 RTM_GETNEIGHTBL, NLM_F_REQUEST, in test_rtnl_neightbl()
/external/strace/
Dnetlink_route.c78 [RTM_GETNEIGHTBL - RTM_BASE] = decode_ndtmsg,
DChangeLog5263 * netlink_route.c (route_decoders): Add RTM_GETNEIGHTBL,
/external/libnl/lib/route/
Dneightbl.c227 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/
Dipntable.c641 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETNEIGHTBL) < 0) { in ipntable_show()