Home
last modified time | relevance | path

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

/original-bsd/sys/netinet/
H A Din.h141 #define IP_MAX_MEMBERSHIPS 20 /* per socket; must fit in one mbuf */ macro
H A Dip_var.h87 struct in_multi *imo_membership[IP_MAX_MEMBERSHIPS];
H A Dip_output.c856 if (i == IP_MAX_MEMBERSHIPS) {