Home
last modified time | relevance | path

Searched refs:IP_DROP_MEMBERSHIP (Results 1 – 11 of 11) sorted by relevance

/freebsd/tools/regression/netinet/msocket/
H A Dmsocket.c288 ret = setsockopt(sock, IPPROTO_IP, IP_DROP_MEMBERSHIP, &imr, in test_drop_multi()
303 ret = setsockopt(sock, IPPROTO_IP, IP_DROP_MEMBERSHIP, &imr, in test_drop_multi()
/freebsd/sys/netinet/
H A Din.h450 #define IP_DROP_MEMBERSHIP 13 /* ip_mreq; drop an IP group membership */ macro
H A Din_mcast.c2255 case IP_DROP_MEMBERSHIP: in inp_leave_group()
2257 if (sopt->sopt_name == IP_DROP_MEMBERSHIP) { in inp_leave_group()
2806 case IP_DROP_MEMBERSHIP: in inp_setmoptions()
H A Dip_output.c1311 case IP_DROP_MEMBERSHIP: in ip_ctloutput()
/freebsd/contrib/wpa/src/ap/
H A Diapp.c528 if (setsockopt(iapp->udp_sock, SOL_IP, IP_DROP_MEMBERSHIP, in iapp_deinit()
/freebsd/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c288 error = setsockopt(sock, IPPROTO_IP, IP_DROP_MEMBERSHIP, in do_asm_ipv4()
/freebsd/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c699 if (setsockopt(sock, IPPROTO_IP, IP_DROP_MEMBERSHIP, &mreq, in test_ip_multicast_membership()
/freebsd/usr.sbin/mtest/
H A Dmtest.c457 IP_ADD_MEMBERSHIP : IP_DROP_MEMBERSHIP; in process_cmd()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c158 return (IP_DROP_MEMBERSHIP); in linux_to_bsd_ip_sockopt()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c2591 IP_DROP_MEMBERSHIP, (void *)&mreq, in socket_multicast_disable()
/freebsd/sys/net/
H A Dif_vxlan.c1238 sopt.sopt_name = IP_DROP_MEMBERSHIP; in vxlan_socket_mc_leave_group()