Searched refs:CARP_DEBUG (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | ip_carp.c | 284 #define CARP_DEBUG(...) do { \ macro 472 CARP_DEBUG("%s: received ttl %d != 255 on %s\n", __func__, in carp_input() 493 CARP_DEBUG("%s: pullup failed\n", __func__); in carp_input() 507 CARP_DEBUG("%s: packet too short %d on %s\n", __func__, in carp_input() 525 CARP_DEBUG("%s: checksum failed on %s\n", __func__, in carp_input() 565 CARP_DEBUG("%s: received ttl %d != 255 on %s\n", __func__, in carp6_input() 587 CARP_DEBUG("%s: checksum failed, on %s\n", __func__, in carp6_input() 683 CARP_DEBUG("dropping looped packet on interface %s\n", in carp_input_c() 696 CARP_DEBUG("%s: invalid version %d\n", ifp->if_xname, in carp_input_c() 709 CARP_DEBUG("%s: incorrect hash for VHID %u@%s\n", __func__, in carp_input_c() [all …]
|