CARP_LOG
CARP_LOG(sc, ("ip_output failed: %d", error));
CARP_LOG(sc, ("in6_setscope failed"));
CARP_LOG(sc, ("ip6_output failed: %d", error));
CARP_LOG(sc, ("INIT -> MASTER (preempting)"));
CARP_LOG(sc, ("state transition from: %s -> to: %s", carp_states[sc->sc_state], carp_states[state]));
CARP_LOG(sc, ("packet received on non-carp interface: %s",
CARP_LOG(sc, ("received ttl %d != %d on %s", ip->ip_ttl,
CARP_LOG(sc, ("packet too short %d on %s", m->m_pkthdr.len,
CARP_LOG(sc, ("checksum failed on %s",
CARP_LOG(sc, ("packet received on non-carp interface: %s",
CARP_LOG(sc, ("received ttl %d != %d on %s", ip6->ip6_hlim,
CARP_LOG(sc, ("packet size %u too small", len));
CARP_LOG(sc, ("checksum failed, on %s", rcvif->if_xname));
CARP_LOG(sc, ("invalid version %d != %d",
CARP_LOG(sc, ("incorrect hash from %s",
CARP_LOG(sc, ("incorrect hash from %s",
default: CARP_LOG(sc, ("incorrect hash"));
CARP_LOG(sc, ("MASTER -> BACKUP (more frequent advertisement received)"));
CARP_LOG(sc, ("BACKUP -> MASTER (preempting a slower master)"));
CARP_LOG(sc, ("BACKUP -> MASTER (master timed out)"));