/third_party/ltp/lib/ |
D | tst_crypto.c | 74 .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK, in tst_crypto_add_alg() 92 .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK, in tst_crypto_del_alg()
|
D | tst_netdevice.c | 24 .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | flags, in create_request()
|
/third_party/libnl/include/netlink/ |
D | netlink-kernel.h | 67 #define NLM_F_REQUEST 1
|
/third_party/ltp/testcases/cve/ |
D | cve-2017-16939.c | 60 p->msg.nlmsg_flags = NLM_F_MATCH | NLM_F_MULTI | NLM_F_REQUEST; in setup()
|
/third_party/musl/src/network/ |
D | netlink.c | 24 u.req.nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST; in __netlink_enumerate()
|
D | netlink.h | 15 #define NLM_F_REQUEST 1 macro
|
/third_party/ltp/testcases/kernel/containers/share/ |
D | ns_ifmove.c | 105 req.nh.nlmsg_flags = NLM_F_REQUEST; in main()
|
/third_party/iptables/libipq/ |
D | libipq.c | 278 req.nlh.nlmsg_flags = NLM_F_REQUEST; in ipq_set_mode() 327 nlh.nlmsg_flags = NLM_F_REQUEST; in ipq_set_verdict()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | priv_netlink.h | 39 #define NLM_F_REQUEST 1 macro
|
D | netlink.c | 185 req.hdr.nlmsg_flags = NLM_F_REQUEST; in netlink_send_oper_ifla()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | priv_netlink.h | 39 #define NLM_F_REQUEST 1 macro
|
D | netlink.c | 185 req.hdr.nlmsg_flags = NLM_F_REQUEST; in netlink_send_oper_ifla()
|
/third_party/ltp/testcases/lib/ |
D | tst_net_iface_prefix.c | 62 msg.nlhdr.nlmsg_flags = NLM_F_REQUEST | NLM_F_ROOT; in read_iface_prefix()
|
/third_party/libnl/include/linux-private/linux/ |
D | netlink.h | 54 #define NLM_F_REQUEST 0x01 /* It is request message. */ macro
|
/third_party/iptables/utils/ |
D | nfnl_osf.c | 382 NLM_F_ACK | NLM_F_REQUEST); in osf_load_line() 385 NLM_F_ACK | NLM_F_REQUEST | NLM_F_CREATE); in osf_load_line()
|
/third_party/ltp/testcases/kernel/crypto/ |
D | crypto_user01.c | 162 .nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP, in run()
|
/third_party/toybox/toys/pending/ |
D | ip.c | 628 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() 1030 h->nlmsg_flags = NLM_F_REQUEST; in print_addrinfo() 1125 req.nlm.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK; in ipaddrupdate() 1385 send_nlmesg(RTM_GETADDR, NLM_F_ROOT|NLM_F_MATCH|NLM_F_REQUEST, in ipaddr_print() 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() 1988 request.mhdr.nlmsg_flags = NLM_F_REQUEST; in route_show_flush() 2024 req.hdr.nlmsg_flags = NLM_F_ACK| NLM_F_REQUEST | route_flags; in route_update() [all …]
|
/third_party/ltp/testcases/network/stress/route/ |
D | route-change-netlink.c | 209 nlh->nlmsg_flags |= NLM_F_REQUEST | NLM_F_CREATE | NLM_F_REPLACE; in rtnl_route()
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
D | cgroup_regression_getdelays.c | 135 msg.n.nlmsg_flags = NLM_F_REQUEST; in send_cmd()
|
/third_party/libwebsockets/lib/roles/netlink/ |
D | ops-netlink.c | 562 req.hdr.nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in rops_pt_init_destroy_netlink()
|
/third_party/glib/gio/ |
D | gnetworkmonitornetlink.c | 175 n->nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in request_dump()
|
/third_party/libnl/doc/ |
D | core.txt | 323 are messages which have the +NLM_F_REQUEST+ flag set and are meant to 339 A=>B [label="GET (seq=1, NLM_F_REQUEST)"]; 382 A=>B [label="MSG_GETCFG (seq=1, NLM_F_REQUEST)"]; 395 A=>B [label="MSG_SETCFG (seq=1, NLM_F_REQUEST, NLM_F_ACK)"]; 436 A=>B [label="GET (seq=1, NLM_F_REQUEST)"]; 460 A=>B [label="GET (seq=1, NLM_F_REQUEST)"]; 477 A=>B [label="GET (seq=1, NLM_F_REQUEST | NLM_F_ACK)"]; 492 #define NLM_F_REQUEST 1 498 - `NLM_F_REQUEST` - Message is a request, see <<core_msg_types>>. 504 used in combination with `NLM_F_REQUEST` and causes a notification
|
/third_party/libnl/lib/ |
D | nl.c | 496 nlh->nlmsg_flags |= NLM_F_REQUEST; in nl_complete_msg()
|
/third_party/libnl/python/netlink/ |
D | core.py | 80 NLM_F_REQUEST = 1 variable
|
/third_party/libnl/lib/route/qdisc/ |
D | netem.c | 230 msg->nm_nlh->nlmsg_flags |= NLM_F_REQUEST; in netem_msg_fill_raw()
|