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

1 2 3 4 5 6 7

  /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";
NetlinkMessage.java 64 case NetlinkConstants.NLMSG_DONE:
  /bionic/libc/bionic/
bionic_netlink.cpp 86 if (hdr->nlmsg_type == NLMSG_DONE) return true;
96 // We only get here if recv fails before we see a NLMSG_DONE.
  /external/libnl/include/netlink/
netlink-kernel.h 71 * by NLMSG_DONE.
163 #define NLMSG_DONE 0x3
  /kernel/tests/net/test/
netlink.py 39 NLMSG_DONE = 3
157 if hdr.type != NLMSG_DONE:
192 if nlmsghdr.type == NLMSG_ERROR or nlmsghdr.type == NLMSG_DONE:
246 # Keep reading netlink messages until we get a NLMSG_DONE.
251 if response_type == NLMSG_DONE:
  /development/ndk/platforms/android-9/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /external/iproute2/tc/
tc_monitor.c 65 n->nlmsg_type != NLMSG_DONE) {
  /external/strace/
netlink.c 180 if (type != NLMSG_DONE && family < ARRAY_SIZE(nlmsg_types)) {
197 if (type == NLMSG_DONE)
254 && nlmsghdr->nlmsg_type != NLMSG_DONE)
340 if (nlmsghdr->nlmsg_type == NLMSG_DONE && len == sizeof(int)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
netlink.h 52 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */
92 #define NLMSG_DONE 0x3 /* End of a dump */
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/
netlink.h 82 #define NLMSG_DONE 0x3

Completed in 1190 milliseconds

1 2 3 4 5 6 7