Home
last modified time | relevance | path

Searched refs:NETLINK_CAP_ACK (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/tests/sys/netlink/
HDtest_snl.c66 ATF_CHECK(setsockopt(ss.fd, SOL_NETLINK, NETLINK_CAP_ACK, &optval, sizeof(optval)) == 0); in ATF_TC_BODY()
106 ATF_CHECK(setsockopt(ss.fd, SOL_NETLINK, NETLINK_CAP_ACK, &optval, sizeof(optval)) == 0); in ATF_TC_BODY()
/freebsd-14-stable/sys/netlink/
HDnetlink_domain.c630 case NETLINK_CAP_ACK: in nl_getoptflag()
676 case NETLINK_CAP_ACK: in nl_ctloutput()
710 case NETLINK_CAP_ACK: in nl_ctloutput()
HDnetlink.h88 #define NETLINK_CAP_ACK 10 /* Send only original message header in the reply */ macro
/freebsd-14-stable/contrib/wpa/src/drivers/
HDdriver_nl80211.c44 #ifndef NETLINK_CAP_ACK
45 #define NETLINK_CAP_ACK 10 macro
521 NETLINK_CAP_ACK, &opt, sizeof(opt)); in send_and_recv()