HomeSort by relevance Sort by last modified time
    Searched defs:NLM_F_MULTI (Results 1 - 17 of 17) sorted by null

  /external/libnl/include/linux-private/linux/
netlink.h 49 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */
  /bionic/libc/kernel/uapi/linux/
netlink.h 62 #define NLM_F_MULTI 0x02
  /external/iproute2/include/uapi/linux/
netlink.h 55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */
  /external/kernel-headers/original/uapi/linux/
netlink.h 55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */
  /external/libnl/python/netlink/
core.py 81 NLM_F_MULTI = 2
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
zerrors_linux_sparc64.go     [all...]

Completed in 954 milliseconds