Home
last modified time | relevance | path

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

/xnu-8796.121.2/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()
/xnu-8796.121.2/bsd/netinet6/
H A Din6_mcast.c267 struct in6_multi **omships; in im6o_grow() local
278 omships = imo->im6o_membership; in im6o_grow()
288 omships, Z_WAITOK | Z_ZERO)) == NULL) { in im6o_grow()