Home
last modified time | relevance | path

Searched refs:NLM_F_ACK (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/lib/
Dtst_crypto.c73 .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK, in tst_crypto_add_alg()
90 .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK, in tst_crypto_del_alg()
/third_party/libnl/include/netlink/
Dnetlink-kernel.h78 #define NLM_F_ACK 4
/third_party/musl/src/network/
Dnetlink.h17 #define NLM_F_ACK 4 macro
/third_party/libnl/include/linux-private/linux/
Dnetlink.h56 #define NLM_F_ACK 0x04 /* Reply with ack, with zero or error code */ macro
/third_party/libnl/lib/
Dnl.c499 nlh->nlmsg_flags |= NLM_F_ACK; in nl_complete_msg()
924 if (hdr->nlmsg_flags & NLM_F_ACK) { in recvmsgs()
/third_party/toybox/toys/pending/
Dip.c628 request.mhdr.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK; in linkupdate()
969 request.mhdr.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK; in link_show()
1125 req.nlm.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK; in ipaddrupdate()
1725 mhdr->nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK; in display_route_info()
1792 request.mhdr.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK; in route_get()
1860 mhdr->nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK; in route_get()
2024 req.hdr.nlmsg_flags = NLM_F_ACK| NLM_F_REQUEST | route_flags; in route_update()
2200 request.mhdr.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | in ruleupdate()
/third_party/ltp/testcases/network/stress/route/
Droute-change-netlink.c207 nlh->nlmsg_flags = NLM_F_ACK; in rtnl_route()
/third_party/libnl/python/netlink/
Dcore.py82 NLM_F_ACK = 4 variable
/third_party/libnl/doc/
Dcore.txt395 A=>B [label="MSG_SETCFG (seq=1, NLM_F_REQUEST, NLM_F_ACK)"];
469 processed by setting the +NLM_F_ACK+ flag in the request. This is typically
477 A=>B [label="GET (seq=1, NLM_F_REQUEST | NLM_F_ACK)"];
494 #define NLM_F_ACK 4
500 - `NLM_F_ACK` - ACK message requested, see <<core_msg_ack>>.
503 The flag +NLM_F_ECHO+ is similar to the `NLM_F_ACK` flag. It can be
1161 message has the NLM_F_ACK flag set. Although I am not aware of any
1180 | Message has NLM_F_ACK set
2513 | NL_CB_SEND_ACK | Messages with NLM_F_ACK flag set | NL_OK