HomeSort by relevance Sort by last modified time
    Searched refs:ndmsg (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /external/iproute2/ip/
ipneigh.c 100 struct ndmsg ndm;
112 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg));
196 struct ndmsg *r = NLMSG_DATA(n);
345 struct ndmsg ndm;
354 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg));
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Netlink.h 162 struct ndmsg metainfo; /* from header */
  /external/iproute2/include/
libnetlink.h 178 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg))))
181 #define NDA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndmsg))
  /frameworks/base/services/net/java/android/net/netlink/
RtNetlinkNeighborMessage.java 135 final StructNdMsg ndmsg = new StructNdMsg(); local
136 ndmsg.pack(byteBuffer);
244 + "ndmsg{" + (mNdmsg == null ? "" : mNdmsg.toString()) + "}, "
  /development/ndk/platforms/android-9/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/iproute2/bridge/
fdb.c 65 struct ndmsg *r = NLMSG_DATA(n);
239 struct ndmsg ndm;
255 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg));
  /prebuilts/ndk/r10/platforms/android-12/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/r10/platforms/android-12/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/r10/platforms/android-12/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))
  /prebuilts/ndk/r10/platforms/android-13/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/r10/platforms/android-13/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/r10/platforms/android-13/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))

Completed in 1492 milliseconds

12 3 4 5