Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Din6_mcast.c271 struct in6_multi **nmships; in im6o_grow() local
281 nmships = NULL; in im6o_grow()
292 if ((nmships = krealloc_type(struct in6_multi *, oldmax, newmax, in im6o_grow()
297 imo->im6o_membership = nmships; in im6o_grow()
328 int nmships; in im6o_match_group() local
339 nmships = imo->im6o_num_memberships; in im6o_match_group()
340 for (idx = 0; idx < nmships; idx++) { in im6o_match_group()
354 if (idx >= nmships) { in im6o_match_group()
/xnu-8020.101.4/bsd/netinet/
H A Din_mcast.c270 struct in_multi **nmships; in imo_grow() local
279 nmships = NULL; in imo_grow()
292 if ((nmships = krealloc_type(struct in_multi *, oldmax, newmax, in imo_grow()
297 imo->imo_membership = nmships; in imo_grow()
327 int nmships; in imo_match_group() local
337 nmships = imo->imo_num_memberships; in imo_match_group()
338 for (idx = 0; idx < nmships; idx++) { in imo_match_group()
351 if (idx >= nmships) { in imo_match_group()