HomeSort by relevance Sort by last modified time
    Searched defs:ifaddrmsg (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /bionic/libc/kernel/uapi/linux/
if_addr.h 24 struct ifaddrmsg { struct
72 #define IFA_RTA(r) ((struct rtattr *) (((char *) (r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
74 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct ifaddrmsg))
  /development/ndk/platforms/android-21/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /external/iproute2/include/linux/
if_addr.h 7 struct ifaddrmsg { struct
23 * If present, the value from struct ifaddrmsg will be ignored.
64 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
65 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /external/kernel-headers/original/uapi/linux/
if_addr.h 7 struct ifaddrmsg { struct
23 * If present, the value from struct ifaddrmsg will be ignored.
65 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
66 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /external/libnl/include/linux-private/linux/
if_addr.h 7 struct ifaddrmsg { struct
23 * If present, the value from struct ifaddrmsg will be ignored.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_addr.h 7 struct ifaddrmsg struct
59 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
60 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_addr.h 7 struct ifaddrmsg { struct
56 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
57 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/linux/
if_addr.h 24 struct ifaddrmsg { struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))

Completed in 2293 milliseconds

1 2 3 4