HomeSort by relevance Sort by last modified time
    Searched refs:NLMSG_HDRLEN (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /system/connectivity/wificond/net/
nl80211_packet.cpp 41 // NLMSG_HDRLEN and GENL_HDRLEN already include the padding size.
42 data_.resize(NLMSG_HDRLEN + GENL_HDRLEN, 0);
53 reinterpret_cast<genlmsghdr*>(data_.data() + NLMSG_HDRLEN);
61 if (data_.size() < NLMSG_HDRLEN) {
71 if (data_.size() < NLMSG_HDRLEN + GENL_HDRLEN ||
72 nl_header->nlmsg_len < NLMSG_HDRLEN + GENL_HDRLEN) {
81 if (data_.size() < NLMSG_HDRLEN + sizeof(int) ||
82 nl_header->nlmsg_len < NLMSG_HDRLEN + sizeof(int)) {
107 data_.data() + NLMSG_HDRLEN);
132 return -*reinterpret_cast<const int*>(data_.data() + NLMSG_HDRLEN);
    [all...]
  /development/ndk/platforms/android-9/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
netlink.h 79 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
80 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/linux/
netlink.h 72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
73 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))

Completed in 904 milliseconds

1 2 3 4 5 6