Searched refs:ndtmsg (Results 1 – 14 of 14) sorted by relevance
/external/strace/ |
D | rtnl_neightbl.c | 164 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()
|
D | ChangeLog | 11767 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/ |
D | nlattr_ndtmsg.c | 50 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()
|
D | netlink_route.c | 325 static const struct ndtmsg msg = { in test_rtnl_neightbl()
|
/external/strace/tests-mx32/ |
D | nlattr_ndtmsg.c | 50 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()
|
D | netlink_route.c | 325 static const struct ndtmsg msg = { in test_rtnl_neightbl()
|
/external/strace/tests-m32/ |
D | nlattr_ndtmsg.c | 50 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()
|
D | netlink_route.c | 325 static const struct ndtmsg msg = { in test_rtnl_neightbl()
|
/external/libnl/include/linux-private/linux/ |
D | neighbour.h | 139 struct ndtmsg { struct
|
/external/iproute2/include/uapi/linux/ |
D | neighbour.h | 139 struct ndtmsg { struct
|
/external/iproute2/include/ |
D | libnetlink.h | 223 ((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/ |
D | neighbour.h | 143 struct ndtmsg { struct
|
/external/iproute2/ip/ |
D | ipntable.c | 67 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/ |
D | neightbl.c | 466 struct ndtmsg ndt = { in rtnl_neightbl_build_change_request()
|