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

1 2

  /external/strace/xlat/
socknetlinkoptions.h 2 #if !(defined(NETLINK_ADD_MEMBERSHIP) || (defined(HAVE_DECL_NETLINK_ADD_MEMBERSHIP) && HAVE_DECL_NETLINK_ADD_MEMBERSHIP))
3 # define NETLINK_ADD_MEMBERSHIP 1
44 XLAT(NETLINK_ADD_MEMBERSHIP),
  /external/libnl/include/linux-private/linux/
netlink.h 100 #define NETLINK_ADD_MEMBERSHIP 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
netlink.h 101 #define NETLINK_ADD_MEMBERSHIP 1
  /external/libnfnetlink/src/
libnfnetlink.c 55 #ifndef NETLINK_ADD_MEMBERSHIP
56 #define NETLINK_ADD_MEMBERSHIP 1
454 return setsockopt(nfnlh->fd, SOL_NETLINK, NETLINK_ADD_MEMBERSHIP,
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
netlink.h 109 #define NETLINK_ADD_MEMBERSHIP 1
  /hardware/qcom/msm8994/original-kernel-headers/linux/
netlink.h 103 #define NETLINK_ADD_MEMBERSHIP 1
  /hardware/qcom/msm8996/kernel-headers/linux/
netlink.h 109 #define NETLINK_ADD_MEMBERSHIP 1
  /hardware/qcom/msm8996/original-kernel-headers/linux/
netlink.h 103 #define NETLINK_ADD_MEMBERSHIP 1
  /bionic/libc/kernel/uapi/linux/
netlink.h 104 #define NETLINK_ADD_MEMBERSHIP 1
  /external/iproute2/include/uapi/linux/
netlink.h 145 #define NETLINK_ADD_MEMBERSHIP 1
  /external/kernel-headers/original/uapi/linux/
netlink.h 145 #define NETLINK_ADD_MEMBERSHIP 1
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 597 NETLINK_ADD_MEMBERSHIP = 0x1
    [all...]
zerrors_linux_amd64.go 597 NETLINK_ADD_MEMBERSHIP = 0x1
    [all...]
zerrors_linux_arm.go 596 NETLINK_ADD_MEMBERSHIP = 0x1
    [all...]
zerrors_linux_arm64.go 737 NETLINK_ADD_MEMBERSHIP = 0x1
    [all...]
zerrors_linux_mips.go 719 NETLINK_ADD_MEMBERSHIP = 0x1
    [all...]
zerrors_linux_mips64.go 730 NETLINK_ADD_MEMBERSHIP = 0x1
    [all...]
zerrors_linux_mips64le.go 730 NETLINK_ADD_MEMBERSHIP = 0x1
    [all...]
zerrors_linux_mipsle.go 719 NETLINK_ADD_MEMBERSHIP = 0x1
    [all...]
zerrors_linux_ppc64.go 733 NETLINK_ADD_MEMBERSHIP = 0x1
    [all...]
zerrors_linux_ppc64le.go 737 NETLINK_ADD_MEMBERSHIP = 0x1
    [all...]
zerrors_linux_s390x.go 733 NETLINK_ADD_MEMBERSHIP = 0x1
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 597 NETLINK_ADD_MEMBERSHIP = 0x1
    [all...]
zerrors_linux_amd64.go 597 NETLINK_ADD_MEMBERSHIP = 0x1
    [all...]
zerrors_linux_arm.go 596 NETLINK_ADD_MEMBERSHIP = 0x1
    [all...]

Completed in 590 milliseconds

1 2