Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Din.h506 #define IP_MAX_MEMBERSHIPS 4095 macro
H A Din_mcast.c292 if (newmax > IP_MAX_MEMBERSHIPS) { in imo_grow()