Home
last modified time | relevance | path

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

/openbsd/sys/netinet6/
H A Din6.h292 #define IPV6_LEAVE_GROUP 13 /* ip6_mreq; leave a group membership */ macro
H A Dip6_output.c1264 case IPV6_LEAVE_GROUP: in ip6_ctloutput()
1531 case IPV6_LEAVE_GROUP: in ip6_ctloutput()
2054 case IPV6_LEAVE_GROUP: in ip6_setmoptions()
/openbsd/gnu/usr.bin/perl/cpan/Socket/
H A DMakefile.PL191 IPV6_LEAVE_GROUP IPV6_MTU IPV6_MTU_DISCOVER IPV6_MULTICAST_HOPS
/openbsd/usr.sbin/ldpd/
H A Dinterface.c524 IPV6_LEAVE_GROUP, (void *)&mreq, sizeof(mreq)) == -1) { in if_leave_ipv6_group()
/openbsd/usr.sbin/eigrpd/
H A Dinterface.c706 if (setsockopt(global.eigrp_socket_v6, IPPROTO_IPV6, IPV6_LEAVE_GROUP, in if_leave_ipv6_group()
/openbsd/usr.sbin/ospf6d/
H A Dinterface.c777 if (setsockopt(iface->fd, IPPROTO_IPV6, IPV6_LEAVE_GROUP, in if_leave_group()
/openbsd/sys/kern/
H A Dkern_pledge.c1480 case IPV6_LEAVE_GROUP: in pledge_sockopt()
/openbsd/usr.sbin/rad/
H A Dfrontend.c701 IPV6_LEAVE_GROUP, &all_routers, sizeof(all_routers)); in leave_all_routers_mcast_group()