Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Din.h428 #define IP_DROP_MEMBERSHIP 13 /* ip_mreq; drop an IP group membership */ macro
H A Din_mcast.c2436 case IP_DROP_MEMBERSHIP: in inp_leave_group()
2438 if (sopt->sopt_name == IP_DROP_MEMBERSHIP) { in inp_leave_group()
3140 case IP_DROP_MEMBERSHIP: in inp_setmoptions()
H A Dip_icmp.c1178 case IP_DROP_MEMBERSHIP: in icmp_dgram_ctloutput()
H A Din.c2921 case IP_DROP_MEMBERSHIP: in ipsockopt_cassert()
H A Dip_output.c2393 case IP_DROP_MEMBERSHIP: in ip_ctloutput()
/xnu-8792.41.9/bsd/netinet6/
H A Din6_mcast.c2398 v4sopt.sopt_name = IP_DROP_MEMBERSHIP; in in6p_leave_group()