Searched refs:IPV6_LEAVE_GROUP (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/ntp/include/ |
| H A D | ntp_rfc2553.h | 248 # if defined(IPV6_JOIN_GROUP) && defined(IPV6_LEAVE_GROUP)
|
| /freebsd/usr.sbin/mld6query/ |
| H A D | mld6.c | 335 if (setsockopt(s, IPPROTO_IPV6, IPV6_LEAVE_GROUP, &mreq, in quit()
|
| /freebsd/sys/netinet6/ |
| H A D | in6.h | 413 #define IPV6_LEAVE_GROUP 13 /* ipv6_mreq; leave a group membership */ macro
|
| H A D | in6_mcast.c | 2240 case IPV6_LEAVE_GROUP: in in6p_leave_group() 2739 case IPV6_LEAVE_GROUP: in ip6_setmoptions()
|
| H A D | ip6_output.c | 1927 case IPV6_LEAVE_GROUP: in ip6_ctloutput()
|
| /freebsd/usr.sbin/rtadvd/ |
| H A D | if.c | 717 if (setsockopt(s->si_fd, IPPROTO_IPV6, IPV6_LEAVE_GROUP, &mreq, in sock_mc_leave()
|
| /freebsd/usr.sbin/mtest/ |
| H A D | mtest.c | 498 IPV6_LEAVE_GROUP; in process_cmd()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_socket.c | 319 return (IPV6_LEAVE_GROUP); in linux_to_bsd_ip6_sockopt() 331 return (IPV6_LEAVE_GROUP); in linux_to_bsd_ip6_sockopt()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_io.c | 2616 IPV6_LEAVE_GROUP, (void *)&mreq6, in socket_multicast_disable()
|
| /freebsd/sys/net/ |
| H A D | if_vxlan.c | 1250 sopt.sopt_name = IPV6_LEAVE_GROUP; in vxlan_socket_mc_leave_group()
|
| H A D | if_geneve.c | 1126 sopt.sopt_name = IPV6_LEAVE_GROUP; in geneve_socket_mc_leave_group()
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog | [all...] |