Home
last modified time | relevance | path

Searched refs:NLM_F_APPEND (Results 1 – 15 of 15) sorted by relevance

/external/strace/xlat/
Dnetlink_new_flags.h20 #if defined(NLM_F_APPEND) || (defined(HAVE_DECL_NLM_F_APPEND) && HAVE_DECL_NLM_F_APPEND)
21 XLAT(NLM_F_APPEND),
Dnetlink_new_flags.in4 NLM_F_APPEND
/external/libnl/include/netlink/
Dnetlink-kernel.h139 #define NLM_F_APPEND 0x800
/external/strace/tests-m32/
Dnfnetlink_cttimeout.c76 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_APPEND; in test_nlmsg_flags()
/external/strace/tests/
Dnfnetlink_cttimeout.c76 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_APPEND; in test_nlmsg_flags()
/external/strace/tests-mx32/
Dnfnetlink_cttimeout.c76 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_APPEND; in test_nlmsg_flags()
/external/libnl/include/linux-private/linux/
Dnetlink.h64 #define NLM_F_APPEND 0x800 /* Add to end of list */ macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h71 #define NLM_F_APPEND 0x800 /* Add to end of list */ macro
/external/iproute2/include/uapi/linux/
Dnetlink.h71 #define NLM_F_APPEND 0x800 /* Add to end of list */ macro
/external/iproute2/bridge/
Dfdb.c553 return fdb_modify(RTM_NEWNEIGH, NLM_F_CREATE|NLM_F_APPEND, argc-1, argv+1); in do_fdb()
/external/libnl/python/netlink/
Dcore.py93 NLM_F_APPEND = 0x800 variable
/external/iproute2/ip/
Diproute.c2000 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_APPEND, in do_iproute()
/external/iptables/iptables/
Dnft.c2365 NLM_F_CREATE | NLM_F_APPEND, in nft_action()
/external/toybox/toys/pending/
Dip.c2033 return route_update(++argv , NLM_F_CREATE|NLM_F_APPEND); in iproute()
/external/libnl/doc/
Dcore.txt539 #define NLM_F_APPEND 0x800
545 - `NLM_F_APPEND` - Add object at end of list.