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

1 2

  /external/strace/xlat/
netlink_new_flags.h 26 #if defined(NLM_F_APPEND) || (defined(HAVE_DECL_NLM_F_APPEND) && HAVE_DECL_NLM_F_APPEND)
27 XLAT(NLM_F_APPEND),
  /external/libnl/include/netlink/
netlink-kernel.h 139 #define NLM_F_APPEND 0x800
  /external/strace/tests/
nfnetlink_cttimeout.c 76 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_APPEND;
80 ", flags=NLM_F_REQUEST|NLM_F_APPEND, seq=0, pid=0}"
  /external/strace/tests-m32/
nfnetlink_cttimeout.c 76 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_APPEND;
80 ", flags=NLM_F_REQUEST|NLM_F_APPEND, seq=0, pid=0}"
  /external/strace/tests-mx32/
nfnetlink_cttimeout.c 76 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_APPEND;
80 ", flags=NLM_F_REQUEST|NLM_F_APPEND, seq=0, pid=0}"
  /external/libnl/include/linux-private/linux/
netlink.h 64 #define NLM_F_APPEND 0x800 /* Add to end of list */
  /bionic/libc/kernel/uapi/linux/
netlink.h 74 #define NLM_F_APPEND 0x800
  /external/iproute2/include/uapi/linux/
netlink.h 71 #define NLM_F_APPEND 0x800 /* Add to end of list */
  /external/kernel-headers/original/uapi/linux/
netlink.h 71 #define NLM_F_APPEND 0x800 /* Add to end of list */
  /external/iproute2/bridge/
fdb.c 553 return fdb_modify(RTM_NEWNEIGH, NLM_F_CREATE|NLM_F_APPEND, argc-1, argv+1);
  /external/libnl/python/netlink/
core.py 93 NLM_F_APPEND = 0x800
  /external/iproute2/ip/
iproute.c     [all...]
  /external/iptables/iptables/
nft.c     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
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...]

Completed in 687 milliseconds

1 2