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

1 2

  /external/strace/xlat/
netlink_types.h 5 #if !(defined(NLMSG_ERROR) || (defined(HAVE_DECL_NLMSG_ERROR) && HAVE_DECL_NLMSG_ERROR))
6 # define NLMSG_ERROR 0x2
24 XLAT(NLMSG_ERROR),
  /frameworks/base/services/net/java/android/net/netlink/
NetlinkConstants.java 70 public static final short NLMSG_ERROR = 2; // Error
96 case NLMSG_ERROR: return "NLMSG_ERROR";
  /kernel/tests/net/test/
netlink.py 44 NLMSG_ERROR = 2
185 if hdr.type == NLMSG_ERROR:
214 if nlmsghdr.type == NLMSG_ERROR or nlmsghdr.type == NLMSG_DONE:
229 if NLMsgHdr(data).type == NLMSG_ERROR:
275 elif response_type == NLMSG_ERROR:
  /external/libnl/include/linux-private/linux/
netlink.h 89 #define NLMSG_ERROR 0x2 /* Error */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
netlink.h 90 #define NLMSG_ERROR 0x2 /* Error */
  /hardware/qcom/msm8994/kernel-headers/linux/
netlink.h 99 #define NLMSG_ERROR 0x2
  /hardware/qcom/msm8994/original-kernel-headers/linux/
netlink.h 92 #define NLMSG_ERROR 0x2 /* Error */
  /hardware/qcom/msm8996/kernel-headers/linux/
netlink.h 99 #define NLMSG_ERROR 0x2
  /hardware/qcom/msm8996/original-kernel-headers/linux/
netlink.h 92 #define NLMSG_ERROR 0x2 /* Error */
  /bionic/libc/kernel/uapi/linux/
netlink.h 88 #define NLMSG_ERROR 0x2
  /external/iproute2/include/uapi/linux/
netlink.h 103 #define NLMSG_ERROR 0x2 /* Error */
  /external/kernel-headers/original/uapi/linux/
netlink.h 103 #define NLMSG_ERROR 0x2 /* Error */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 627 NLMSG_ERROR = 0x2
    [all...]
zerrors_linux_amd64.go 627 NLMSG_ERROR = 0x2
    [all...]
zerrors_linux_arm.go 627 NLMSG_ERROR = 0x2
    [all...]
zerrors_linux_arm64.go 772 NLMSG_ERROR = 0x2
    [all...]
zerrors_linux_mips.go 754 NLMSG_ERROR = 0x2
    [all...]
zerrors_linux_mips64.go 765 NLMSG_ERROR = 0x2
    [all...]
zerrors_linux_mips64le.go 765 NLMSG_ERROR = 0x2
    [all...]
zerrors_linux_mipsle.go 754 NLMSG_ERROR = 0x2
    [all...]
zerrors_linux_ppc64.go 768 NLMSG_ERROR = 0x2
    [all...]
zerrors_linux_ppc64le.go 772 NLMSG_ERROR = 0x2
    [all...]
zerrors_linux_s390x.go 771 NLMSG_ERROR = 0x2
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 627 NLMSG_ERROR = 0x2
    [all...]
zerrors_linux_amd64.go 627 NLMSG_ERROR = 0x2
    [all...]

Completed in 1087 milliseconds

1 2