Searched refs:NETLINK_CAP_ACK (Results 1 – 4 of 4) sorted by relevance
/freebsd/tests/sys/netlink/ |
H A D | test_snl.c | 78 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 D | netlink.h | 88 #define NETLINK_CAP_ACK 10 /* Send only original message header in the reply */ macro
|
H A D | netlink_domain.c | 829 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 D | driver_nl80211.c | 44 #ifndef NETLINK_CAP_ACK 45 #define NETLINK_CAP_ACK 10 macro 521 NETLINK_CAP_ACK, &opt, sizeof(opt)); in send_and_recv()
|