Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netlink/
H A Dbase_headers.py28 NLMSG_DONE = 3 variable in NlMsgType
H A Dnetlink.py149 messages = [NlMsgProps(NlMsgType.NLMSG_DONE, NlMsgCategory.ACK)]
373 elif msg.is_type(NlMsgType.NLMSG_DONE):
/freebsd/sys/netlink/
H A Dnetlink.h143 #define NLMSG_DONE 0x3 /* Message terminates a multipart message. */ macro
H A Dnetlink_message_writer.c314 if (!nlmsg_add(nw, hdr->nlmsg_pid, hdr->nlmsg_seq, NLMSG_DONE, 0, sizeof(int))) { in _nlmsg_end_dump()
H A Dnetlink_snl.h1027 } else if (hdr->nlmsg_type == NLMSG_DONE) { in snl_read_reply_multi()
/freebsd/tests/sys/netlink/
H A Dtest_rtnl_route.py137 if rx_msg.is_type(NlMsgType.NLMSG_DONE):
H A Dtest_rtnl_iface.py295 if rx_msg.is_type(NlMsgType.NLMSG_DONE):
/freebsd/sys/compat/linux/
H A Dlinux_netlink.c548 case NLMSG_DONE: in nlmsg_to_linux()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c359 if (nh->nlmsg_type == NLMSG_DONE){ in nl_getmsg()
608 if (nlh->nlmsg_type == NLMSG_DONE){ in rk_getifaddrs()
/freebsd/contrib/libpcap/
H A Dpcap-netfilter-linux.c414 …if (nlh->nlmsg_type == NLMSG_ERROR || (nlh->nlmsg_type == NLMSG_DONE && nlh->nlmsg_flags & NLM_F_M… in netfilter_send_config_msg()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c4877 case NLMSG_DONE: