HomeSort by relevance Sort by last modified time
    Searched refs:ndtmsg (Results 1 - 15 of 15) sorted by null

  /external/strace/
rtnl_neightbl.c 164 struct ndtmsg ndtmsg = { .ndtm_family = family }; local
166 PRINT_FIELD_XVAL("{", ndtmsg, ndtm_family, addrfams, "AF_???");
169 const size_t offset = NLMSG_ALIGN(sizeof(ndtmsg));
  /external/strace/tests/
nlattr_ndtmsg.c 50 struct ndtmsg *const msg = NLMSG_DATA(nlh);
51 SET_STRUCT(struct ndtmsg, msg,
70 const unsigned int hdrlen = sizeof(struct ndtmsg);
netlink_route.c 325 static const struct ndtmsg msg = {
  /external/strace/tests-m32/
nlattr_ndtmsg.c 50 struct ndtmsg *const msg = NLMSG_DATA(nlh);
51 SET_STRUCT(struct ndtmsg, msg,
70 const unsigned int hdrlen = sizeof(struct ndtmsg);
netlink_route.c 325 static const struct ndtmsg msg = {
  /external/strace/tests-mx32/
nlattr_ndtmsg.c 50 struct ndtmsg *const msg = NLMSG_DATA(nlh);
51 SET_STRUCT(struct ndtmsg, msg,
70 const unsigned int hdrlen = sizeof(struct ndtmsg);
netlink_route.c 325 static const struct ndtmsg msg = {
  /bionic/libc/kernel/uapi/linux/
neighbour.h 106 struct ndtmsg { struct
  /external/iproute2/include/uapi/linux/
neighbour.h 139 struct ndtmsg { struct
  /external/kernel-headers/original/uapi/linux/
neighbour.h 139 struct ndtmsg { struct
  /external/libnl/include/linux-private/linux/
neighbour.h 123 struct ndtmsg { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
neighbour.h 123 struct ndtmsg { struct
  /external/iproute2/include/
libnetlink.h 223 ((struct rtattr *)(((char *)(r)) + NLMSG_ALIGN(sizeof(struct ndtmsg))))
226 #define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct ndtmsg))
  /external/iproute2/ip/
ipntable.c 67 struct ndtmsg ndtm;
70 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndtmsg)),
344 struct ndtmsg *ndtm = NLMSG_DATA(n);
  /external/libnl/lib/route/
neightbl.c 465 struct ndtmsg ndt = {

Completed in 250 milliseconds