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

1 2

  /external/strace/xlat/
netlink_types.h 8 #if !(defined(NLMSG_DONE) || (defined(HAVE_DECL_NLMSG_DONE) && HAVE_DECL_NLMSG_DONE))
9 # define NLMSG_DONE 0x3
25 XLAT(NLMSG_DONE),
  /frameworks/base/services/net/java/android/net/netlink/
NetlinkConstants.java 71 public static final short NLMSG_DONE = 3; // End of a dump
97 case NLMSG_DONE: return "NLMSG_DONE";
  /kernel/tests/net/test/
netlink.py 45 NLMSG_DONE = 3
179 if hdr.type != NLMSG_DONE:
214 if nlmsghdr.type == NLMSG_ERROR or nlmsghdr.type == NLMSG_DONE:
268 # Keep reading netlink messages until we get a NLMSG_DONE.
273 if response_type == NLMSG_DONE:
  /external/libnl/include/linux-private/linux/
netlink.h 49 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */
90 #define NLMSG_DONE 0x3 /* End of a dump */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
netlink.h 50 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */
91 #define NLMSG_DONE 0x3 /* End of a dump */
  /hardware/qcom/msm8994/kernel-headers/linux/
netlink.h 100 #define NLMSG_DONE 0x3
  /hardware/qcom/msm8994/original-kernel-headers/linux/
netlink.h 52 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */
93 #define NLMSG_DONE 0x3 /* End of a dump */
  /hardware/qcom/msm8996/kernel-headers/linux/
netlink.h 100 #define NLMSG_DONE 0x3
  /hardware/qcom/msm8996/original-kernel-headers/linux/
netlink.h 52 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */
93 #define NLMSG_DONE 0x3 /* End of a dump */
  /bionic/libc/kernel/uapi/linux/
netlink.h 89 #define NLMSG_DONE 0x3
  /external/iproute2/include/uapi/linux/
netlink.h 55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */
104 #define NLMSG_DONE 0x3 /* End of a dump */
  /external/kernel-headers/original/uapi/linux/
netlink.h 55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */
104 #define NLMSG_DONE 0x3 /* End of a dump */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 626 NLMSG_DONE = 0x3
    [all...]
zerrors_linux_amd64.go 626 NLMSG_DONE = 0x3
    [all...]
zerrors_linux_arm.go 626 NLMSG_DONE = 0x3
    [all...]
zerrors_linux_arm64.go 771 NLMSG_DONE = 0x3
    [all...]
zerrors_linux_mips.go 753 NLMSG_DONE = 0x3
    [all...]
zerrors_linux_mips64.go 764 NLMSG_DONE = 0x3
    [all...]
zerrors_linux_mips64le.go 764 NLMSG_DONE = 0x3
    [all...]
zerrors_linux_mipsle.go 753 NLMSG_DONE = 0x3
    [all...]
zerrors_linux_ppc64.go 767 NLMSG_DONE = 0x3
    [all...]
zerrors_linux_ppc64le.go 771 NLMSG_DONE = 0x3
    [all...]
zerrors_linux_s390x.go 770 NLMSG_DONE = 0x3
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 626 NLMSG_DONE = 0x3
    [all...]
zerrors_linux_amd64.go 626 NLMSG_DONE = 0x3
    [all...]

Completed in 969 milliseconds

1 2