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

1 2

  /external/strace/
netlink.h 46 #undef NLMSG_HDRLEN
47 #define NLMSG_HDRLEN ((unsigned int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
  /external/wpa_supplicant_8/src/drivers/
priv_netlink.h 50 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
  /external/libnl/include/linux-private/linux/
netlink.h 77 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
78 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
netlink.h 78 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
79 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
  /hardware/qcom/msm8994/kernel-headers/linux/
netlink.h 89 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
90 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
  /hardware/qcom/msm8994/original-kernel-headers/linux/
netlink.h 80 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
81 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
  /hardware/qcom/msm8996/kernel-headers/linux/
netlink.h 89 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
90 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
  /hardware/qcom/msm8996/original-kernel-headers/linux/
netlink.h 80 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
81 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
  /bionic/libc/kernel/uapi/linux/
netlink.h 80 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
81 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
  /external/iproute2/include/uapi/linux/
netlink.h 91 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
92 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
  /external/kernel-headers/original/uapi/linux/
netlink.h 91 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
92 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 628 NLMSG_HDRLEN = 0x10
    [all...]
zerrors_linux_amd64.go 628 NLMSG_HDRLEN = 0x10
    [all...]
zerrors_linux_arm.go 628 NLMSG_HDRLEN = 0x10
    [all...]
zerrors_linux_arm64.go 773 NLMSG_HDRLEN = 0x10
    [all...]
zerrors_linux_mips.go 755 NLMSG_HDRLEN = 0x10
    [all...]
zerrors_linux_mips64.go 766 NLMSG_HDRLEN = 0x10
    [all...]
zerrors_linux_mips64le.go 766 NLMSG_HDRLEN = 0x10
    [all...]
zerrors_linux_mipsle.go 755 NLMSG_HDRLEN = 0x10
    [all...]
zerrors_linux_ppc64.go 769 NLMSG_HDRLEN = 0x10
    [all...]
zerrors_linux_ppc64le.go 773 NLMSG_HDRLEN = 0x10
    [all...]
zerrors_linux_s390x.go 772 NLMSG_HDRLEN = 0x10
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 628 NLMSG_HDRLEN = 0x10
    [all...]
zerrors_linux_amd64.go 628 NLMSG_HDRLEN = 0x10
    [all...]
zerrors_linux_arm.go 628 NLMSG_HDRLEN = 0x10
    [all...]

Completed in 767 milliseconds

1 2