Home
last modified time | relevance | path

Searched refs:NETLINK_ADD_MEMBERSHIP (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netlink/
H A Dnetlink.h78 #define NETLINK_ADD_MEMBERSHIP 1 /* Subscribe for the specified group notifications */ macro
H A Dnetlink_domain.c856 case NETLINK_ADD_MEMBERSHIP: in nl_ctloutput()
868 if (sopt->sopt_name == NETLINK_ADD_MEMBERSHIP) in nl_ctloutput()
/freebsd/lib/libc/rpc/
H A Dsvc_nl.c105 if (setsockopt(sc->snl.fd, SOL_NETLINK, NETLINK_ADD_MEMBERSHIP, in svc_nl_create()
/freebsd/tests/sys/netlink/
H A Dnetlink_socket.c306 ATF_REQUIRE(setsockopt(fd, SOL_NETLINK, NETLINK_ADD_MEMBERSHIP, in ATF_TC_BODY()
/freebsd/usr.bin/genl/
H A Dgenl.c348 NETLINK_ADD_MEMBERSHIP, in monitor_mcast()
/freebsd/usr.sbin/powerd/
H A Dpowerd.c480 if (setsockopt(ss.fd, SOL_NETLINK, NETLINK_ADD_MEMBERSHIP, &group,
/freebsd/contrib/libfido2/src/
H A Dnetlink.c694 if (setsockopt(nl->fd, SOL_NETLINK, NETLINK_ADD_MEMBERSHIP, in fido_nl_get_nfc_target()
/freebsd/sbin/route/
H A Droute_netlink.c776 NETLINK_ADD_MEMBERSHIP, &optval, optlen); in monitor_nl()