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

1 2 3 4 5 6

  /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 39 NLMSG_ERROR = 2
164 if hdr.type == NLMSG_ERROR:
193 if nlmsghdr.type == NLMSG_ERROR or nlmsghdr.type == NLMSG_DONE:
208 if NLMsgHdr(data).type == NLMSG_ERROR:
254 elif response_type == NLMSG_ERROR:
  /development/ndk/platforms/android-9/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /external/libnl/include/linux-private/linux/
netlink.h 89 #define NLMSG_ERROR 0x2 /* Error */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
netlink.h 91 #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 */
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2

Completed in 670 milliseconds

1 2 3 4 5 6