Home
last modified time | relevance | path

Searched refs:IP_MIN_MEMBERSHIPS (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/tests/
H A Dmcast_group_race_82820812.c48 for (j = 0; j < IP_MIN_MEMBERSHIPS - 1; ++j) {
/xnu-8019.80.24/bsd/netinet/
H A Din.h548 #define IP_MIN_MEMBERSHIPS 31 macro
H A Din_mcast.c1686 immp = _MALLOC(sizeof(*immp) * IP_MIN_MEMBERSHIPS, M_IPMOPTS, in inp_findmoptions()
1693 imfp = _MALLOC(sizeof(struct in_mfilter) * IP_MIN_MEMBERSHIPS, in inp_findmoptions()
1707 imo->imo_max_memberships = IP_MIN_MEMBERSHIPS; in inp_findmoptions()
1711 for (idx = 0; idx < IP_MIN_MEMBERSHIPS; idx++) { in inp_findmoptions()