Home
last modified time | relevance | path

Searched defs:carp_softc (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/netinet/
H A Dip_carp.c273 struct carp_softc { struct
274 struct arpcom arpcom;
275 struct ifnet *sc_carpdev; /* parent interface */
279 struct ip_moptions sc_imo;
283 struct ip6_moptions sc_im6o;
286 enum { INIT = 0, BACKUP, MASTER }
287 sc_state;
288 boolean_t sc_dead;
290 int sc_suppress;
292 int sc_sendad_errors;
[all …]