Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/ !
H A Din6_mcast.c268 struct in6_multi **omships; in im6o_grow() local
281 omships = imo->im6o_membership; in im6o_grow()
303 if (omships != NULL) { in im6o_grow()
305 memcpy(nmships, omships, oldmax * sizeof(struct in6_multi *)); in im6o_grow()
306 kfree_type(struct in6_multi *, oldmax, omships); in im6o_grow()
/xnu-11215.1.10/bsd/netinet/ !
H A Din_mcast.c269 struct in_multi **omships; in imo_grow() local
281 omships = imo->imo_membership; in imo_grow()
310 if (omships != NULL) { in imo_grow()
312 memcpy(nmships, omships, oldmax * sizeof(struct in_multi *)); in imo_grow()
313 kfree_type(struct in_multi *, oldmax, omships); in imo_grow()