Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Din.h353 #define IP_MIN_MEMBERSHIPS 15 macro
H A Dip_output.c1412 immp = mallocarray(IP_MIN_MEMBERSHIPS, sizeof(*immp), M_IPMOPTS, in ip_setmoptions()
1419 imo->imo_max_memberships = IP_MIN_MEMBERSHIPS; in ip_setmoptions()
H A Dip_carp.c821 sc->sc_imo.imo_membership = mallocarray(IP_MIN_MEMBERSHIPS, in carp_clone_create()
823 sc->sc_imo.imo_max_memberships = IP_MIN_MEMBERSHIPS; in carp_clone_create()