Searched defs:carp_softc (Results 1 – 1 of 1) sorted by relevance
273 struct carp_softc { struct274 struct arpcom arpcom;275 struct ifnet *sc_carpdev; /* parent interface */276 struct carp_vhaddr_list sc_vha_list; /* virtual addr list */278 const struct in_ifaddr *sc_ia; /* primary iface address v4 */279 struct ip_moptions sc_imo;282 struct in6_ifaddr *sc_ia6; /* primary iface address v6 */283 struct ip6_moptions sc_im6o;286 enum { INIT = 0, BACKUP, MASTER }287 sc_state;[all …]