Home
last modified time | relevance | path

Searched refs:ndtmsg (Results 1 – 14 of 14) sorted by relevance

/external/strace/
Drtnl_neightbl.c164 struct ndtmsg ndtmsg = { .ndtm_family = family }; in DECL_NETLINK_ROUTE_DECODER() local
166 PRINT_FIELD_XVAL("{", ndtmsg, ndtm_family, addrfams, "AF_???"); in DECL_NETLINK_ROUTE_DECODER()
169 const size_t offset = NLMSG_ALIGN(sizeof(ndtmsg)); in DECL_NETLINK_ROUTE_DECODER()
DChangeLog11767 tests: check decoding of ndtmsg netlink attributes.
11771 rtnl_neightbl: decode ndtmsg netlink attributes.
12539 tests: check decoding of NETLINK_ROUTE ndtmsg attributes.
12548 netlink: add basic decoding of NETLINK_ROUTE ndtmsg attributes.
/external/strace/tests/
Dnlattr_ndtmsg.c50 struct ndtmsg *const msg = NLMSG_DATA(nlh); in init_ndtmsg()
51 SET_STRUCT(struct ndtmsg, msg, in init_ndtmsg()
70 const unsigned int hdrlen = sizeof(struct ndtmsg); in main()
Dnetlink_route.c325 static const struct ndtmsg msg = { in test_rtnl_neightbl()
/external/strace/tests-mx32/
Dnlattr_ndtmsg.c50 struct ndtmsg *const msg = NLMSG_DATA(nlh); in init_ndtmsg()
51 SET_STRUCT(struct ndtmsg, msg, in init_ndtmsg()
70 const unsigned int hdrlen = sizeof(struct ndtmsg); in main()
Dnetlink_route.c325 static const struct ndtmsg msg = { in test_rtnl_neightbl()
/external/strace/tests-m32/
Dnlattr_ndtmsg.c50 struct ndtmsg *const msg = NLMSG_DATA(nlh); in init_ndtmsg()
51 SET_STRUCT(struct ndtmsg, msg, in init_ndtmsg()
70 const unsigned int hdrlen = sizeof(struct ndtmsg); in main()
Dnetlink_route.c325 static const struct ndtmsg msg = { in test_rtnl_neightbl()
/external/libnl/include/linux-private/linux/
Dneighbour.h139 struct ndtmsg { struct
/external/iproute2/include/uapi/linux/
Dneighbour.h139 struct ndtmsg { struct
/external/iproute2/include/
Dlibnetlink.h223 ((struct rtattr *)(((char *)(r)) + NLMSG_ALIGN(sizeof(struct ndtmsg))))
226 #define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct ndtmsg))
/external/kernel-headers/original/uapi/linux/
Dneighbour.h143 struct ndtmsg { struct
/external/iproute2/ip/
Dipntable.c67 struct ndtmsg ndtm; in ipntable_modify()
70 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndtmsg)), in ipntable_modify()
344 struct ndtmsg *ndtm = NLMSG_DATA(n); in print_ntable()
/external/libnl/lib/route/
Dneightbl.c466 struct ndtmsg ndt = { in rtnl_neightbl_build_change_request()