Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink/
Dnetlink-kernel.h163 #define NLMSG_DONE 0x3
/third_party/ltp/testcases/kernel/connectors/pec/
Dpec_listener.c92 nlhdr->nlmsg_type = NLMSG_DONE; in netlink_send()
344 case NLMSG_DONE: in main()
/third_party/musl/src/network/
Dnetlink.c34 if (h->nlmsg_type == NLMSG_DONE) return 0; in __netlink_enumerate()
Dnetlink.h26 #define NLMSG_DONE 0x3 macro
/third_party/libnl/include/linux-private/linux/
Dnetlink.h104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/third_party/ltp/testcases/kernel/crypto/
Dcrypto_user01.c145 if (nh->nlmsg_type == NLMSG_DONE) in validate_alg_list()
/third_party/libnl/lib/
Dnl.c895 if (hdr->nlmsg_type == NLMSG_DONE || in recvmsgs()
936 if (hdr->nlmsg_type == NLMSG_DONE) { in recvmsgs()
Dmsg.c649 __ADD(NLMSG_DONE,DONE),
/third_party/ltp/lib/
Dtst_rtnetlink.c137 struct nlmsghdr eom = { .nlmsg_type = NLMSG_DONE }; in tst_rtnl_send()
/third_party/glib/gio/
Dgnetworkmonitornetlink.c406 case NLMSG_DONE: in read_netlink_messages()
/third_party/toybox/toys/pending/
Dip.c1260 if (addr_ptr->nlmsg_type == NLMSG_DONE) in ipaddrupdate()
1451 if ((addr_ptr->nlmsg_type == NLMSG_DONE) || in ipaddr_print()
1456 if ((addr_ptr->nlmsg_type == NLMSG_DONE) || in ipaddr_print()
1750 case NLMSG_DONE: in display_route_info()
2811 case NLMSG_DONE: in filter_nlmesg()
/third_party/libnl/
DChangeLog47 if a NLMSG_DONE message is received.
/third_party/libnl/doc/
Dcore.txt353 - +NLMSG_DONE+ - End of multipart sequence, see <<core_multipart>>
424 message type +NLMSG_DONE+ is received.
440 A<=B [label="NLMSG_DONE (seq=1)"];
2514 | NL_CB_FINISH | Messages of type NLMSG_DONE | NL_STOP
2593 each message until a NLMSG_DONE message is received.
/third_party/ltp/doc/
Dnetwork-c-api.txt362 +NLMSG_DONE+ message will be added automatically. Returns the number of
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_recv_thread.c225 if (nh->nlmsg_type == NLMSG_DONE)