Home
last modified time | relevance | path

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

/freebsd-14.2/tests/sys/netlink/
H A Dtest_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.2/sys/netlink/
H A Dnetlink.h88 #define NETLINK_CAP_ACK 10 /* Send only original message header in the reply */ macro
H A Dnetlink_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()
/freebsd-14.2/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c44 #ifndef NETLINK_CAP_ACK
45 #define NETLINK_CAP_ACK 10 macro
521 NETLINK_CAP_ACK, &opt, sizeof(opt)); in send_and_recv()