Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dip_var.h109 struct in_multi *imo_membership[IP_MAX_MEMBERSHIPS];
H A Din.h413 #define IP_MAX_MEMBERSHIPS 20 /* per socket */ macro
H A Dip_output.c1686 if (i == IP_MAX_MEMBERSHIPS) { in ip_setmoptions()
/dragonfly/sys/net/pf/
H A Dif_pfsync.c158 sc->sc_imo.imo_max_memberships = IP_MAX_MEMBERSHIPS; in pfsync_clone_create()