Home
last modified time | relevance | path

Searched refs:im6o_max_memberships (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/
H A Dip6_var.h133 u_short im6o_max_memberships; /* max memberships this socket */ member
H A Din6_mcast.c285 oldmax = imo->im6o_max_memberships; in im6o_grow()
313 imo->im6o_max_memberships = (u_short)newmax; in im6o_grow()
1618 imo->im6o_max_memberships = IPV6_MIN_MEMBERSHIPS; in in6p_findmoptions()
2237 if (imo->im6o_num_memberships == imo->im6o_max_memberships) { in in6p_join_group()