Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netlink/
HDnetlink.h78 #define NETLINK_ADD_MEMBERSHIP 1 /* Subscribe for the specified group notifications */ macro
HDnetlink_domain.c658 case NETLINK_ADD_MEMBERSHIP: in nl_ctloutput()
670 if (sopt->sopt_name == NETLINK_ADD_MEMBERSHIP) in nl_ctloutput()
/freebsd-14-stable/usr.bin/genl/
HDgenl.c255 NETLINK_ADD_MEMBERSHIP, in monitor_mcast()
/freebsd-14-stable/contrib/libfido2/src/
HDnetlink.c694 if (setsockopt(nl->fd, SOL_NETLINK, NETLINK_ADD_MEMBERSHIP, in fido_nl_get_nfc_target()
/freebsd-14-stable/sbin/route/
HDroute_netlink.c771 NETLINK_ADD_MEMBERSHIP, &optval, optlen); in monitor_nl()