Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnl_route_types.h237 #if defined(RTM_GETNEIGHTBL) || (defined(HAVE_DECL_RTM_GETNEIGHTBL) && HAVE_DECL_RTM_GETNEIGHTBL)
239 static_assert((RTM_GETNEIGHTBL) == (66), "RTM_GETNEIGHTBL != 66");
242 # define RTM_GETNEIGHTBL 66
421 XLAT(RTM_GETNEIGHTBL),
Dnl_route_types.in46 RTM_GETNEIGHTBL 66
/external/iproute2/include/uapi/linux/
Drtnetlink.h104 RTM_GETNEIGHTBL = 66, enumerator
105 #define RTM_GETNEIGHTBL RTM_GETNEIGHTBL macro
/external/libnl/include/linux-private/linux/
Drtnetlink.h104 RTM_GETNEIGHTBL = 66, enumerator
105 #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/strace/tests/
Dnlattr_ndtmsg.c46 .nlmsg_type = RTM_GETNEIGHTBL, in init_ndtmsg()
Dnetlink_route.c331 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.c331 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.c331 RTM_GETNEIGHTBL, NLM_F_REQUEST, in test_rtnl_neightbl()
/external/strace/
Dnetlink_route.c78 [RTM_GETNEIGHTBL - RTM_BASE] = decode_ndtmsg,
DChangeLog12825 * netlink_route.c (route_decoders): Add RTM_GETNEIGHTBL,
/external/libnl/lib/route/
Dneightbl.c228 return nl_rtgen_request(h, RTM_GETNEIGHTBL, AF_UNSPEC, NLM_F_DUMP); in neightbl_request_update()
809 { RTM_GETNEIGHTBL, NL_ACT_GET, "get" },
/external/iproute2/ip/
Dipntable.c641 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETNEIGHTBL) < 0) { in ipntable_show()
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2371 pub const RTM_GETNEIGHTBL: u16 = 66; constant