Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_carp.h71 u_int8_t carp_vhid; /* virtual host id */ member
/f-stack/freebsd/netinet/
H A Dip_carp.h71 u_int8_t carp_vhid; /* virtual host id */ member
H A Dip_carp.c672 ifa->ifa_carp->sc_vhid == ch->carp_vhid) in carp_input_c()
674 if (ch->carp_vhid == 0 && carp_source_is_self(m, ifa, af)) in carp_input_c()
929 ch.carp_vhid = sc->sc_vhid; in carp_send_ad_locked()