HomeSort by relevance Sort by last modified time
    Searched refs:ndmsg (Results 76 - 80 of 80) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
rtnetlink.h 363 struct ndmsg struct
386 #define NDA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg))))
387 #define NDA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndmsg))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
rtnetlink.h 363 struct ndmsg struct
386 #define NDA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg))))
387 #define NDA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndmsg))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
rtnetlink.h 363 struct ndmsg struct
386 #define NDA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg))))
387 #define NDA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndmsg))
  /external/libnl/lib/route/
neigh.c 257 struct ndmsg *nm;
502 struct ndmsg nhdr = {
863 .co_hdrsize = sizeof(struct ndmsg),
  /external/iproute2/misc/
arpd.c 269 struct ndmsg ndm;
276 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg));
302 struct ndmsg *ndm = NLMSG_DATA(n);

Completed in 323 milliseconds

1 2 34