Home
last modified time | relevance | path

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

/freebsd/tests/sys/netlink/
H A Dtest_snl.c78 ATF_CHECK(setsockopt(ss.fd, SOL_NETLINK, NETLINK_CAP_ACK, &optval, sizeof(optval)) == 0); in ATF_TC_BODY()
118 ATF_CHECK(setsockopt(ss.fd, SOL_NETLINK, NETLINK_CAP_ACK, &optval, sizeof(optval)) == 0); in ATF_TC_BODY()
/freebsd/sys/netlink/
H A Dnetlink.h88 #define NETLINK_CAP_ACK 10 /* Send only original message header in the reply */ macro
H A Dnetlink_domain.c829 case NETLINK_CAP_ACK: in nl_getoptflag()
874 case NETLINK_CAP_ACK: in nl_ctloutput()
908 case NETLINK_CAP_ACK: in nl_ctloutput()
/freebsd/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()