Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netlink/
HDnetlink.h78 #define NETLINK_ADD_MEMBERSHIP 1 /* Subscribe for the specified group notifications */ macro
HDnetlink_domain.c624 case NETLINK_ADD_MEMBERSHIP: in nl_ctloutput()
636 if (sopt->sopt_name == NETLINK_ADD_MEMBERSHIP) in nl_ctloutput()
/freebsd-13-stable/contrib/libfido2/src/
HDnetlink.c694 if (setsockopt(nl->fd, SOL_NETLINK, NETLINK_ADD_MEMBERSHIP, in fido_nl_get_nfc_target()