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

1 2

  /external/strace/xlat/
netlink_types.h 11 #if !(defined(NLMSG_OVERRUN) || (defined(HAVE_DECL_NLMSG_OVERRUN) && HAVE_DECL_NLMSG_OVERRUN))
12 # define NLMSG_OVERRUN 0x4
26 XLAT(NLMSG_OVERRUN),
  /frameworks/base/services/net/java/android/net/netlink/
NetlinkConstants.java 72 public static final short NLMSG_OVERRUN = 4; // Data lost
98 case NLMSG_OVERRUN: return "NLMSG_OVERRUN";
  /external/libnl/include/linux-private/linux/
netlink.h 91 #define NLMSG_OVERRUN 0x4 /* Data lost */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
netlink.h 92 #define NLMSG_OVERRUN 0x4 /* Data lost */
  /hardware/qcom/msm8994/kernel-headers/linux/
netlink.h 101 #define NLMSG_OVERRUN 0x4
  /hardware/qcom/msm8994/original-kernel-headers/linux/
netlink.h 94 #define NLMSG_OVERRUN 0x4 /* Data lost */
  /hardware/qcom/msm8996/kernel-headers/linux/
netlink.h 101 #define NLMSG_OVERRUN 0x4
  /hardware/qcom/msm8996/original-kernel-headers/linux/
netlink.h 94 #define NLMSG_OVERRUN 0x4 /* Data lost */
  /bionic/libc/kernel/uapi/linux/
netlink.h 90 #define NLMSG_OVERRUN 0x4
  /external/iproute2/include/uapi/linux/
netlink.h 105 #define NLMSG_OVERRUN 0x4 /* Data lost */
  /external/kernel-headers/original/uapi/linux/
netlink.h 105 #define NLMSG_OVERRUN 0x4 /* Data lost */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 631 NLMSG_OVERRUN = 0x4
    [all...]
zerrors_linux_amd64.go 631 NLMSG_OVERRUN = 0x4
    [all...]
zerrors_linux_arm.go 631 NLMSG_OVERRUN = 0x4
    [all...]
zerrors_linux_arm64.go 776 NLMSG_OVERRUN = 0x4
    [all...]
zerrors_linux_mips.go 758 NLMSG_OVERRUN = 0x4
    [all...]
zerrors_linux_mips64.go 769 NLMSG_OVERRUN = 0x4
    [all...]
zerrors_linux_mips64le.go 769 NLMSG_OVERRUN = 0x4
    [all...]
zerrors_linux_mipsle.go 758 NLMSG_OVERRUN = 0x4
    [all...]
zerrors_linux_ppc64.go 772 NLMSG_OVERRUN = 0x4
    [all...]
zerrors_linux_ppc64le.go 776 NLMSG_OVERRUN = 0x4
    [all...]
zerrors_linux_s390x.go 775 NLMSG_OVERRUN = 0x4
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 631 NLMSG_OVERRUN = 0x4
    [all...]
zerrors_linux_amd64.go 631 NLMSG_OVERRUN = 0x4
    [all...]
zerrors_linux_arm.go 631 NLMSG_OVERRUN = 0x4
    [all...]

Completed in 1252 milliseconds

1 2