Searched refs:ARP_LOG (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | if_ether.c | 173 #define ARP_LOG(pri, ...) do { \ macro 419 ARP_LOG(LOG_ERR, "Failed to calculate ARP header on %s: %d\n", in arprequest_internal() 434 ARP_LOG(LOG_DEBUG, "Failed to send ARP packet on %s: %d\n", in arprequest_internal() 662 ARP_LOG(LOG_NOTICE, "packet with short header received on %s\n", in arpintr() 672 ARP_LOG(LOG_NOTICE, "short packet received on %s\n", in arpintr() 707 ARP_LOG(LOG_NOTICE, in arpintr() 715 ARP_LOG(LOG_NOTICE, in arpintr() 811 ARP_LOG(LOG_NOTICE, "requested protocol length != %zu\n", in in_arpinput() 817 ARP_LOG(LOG_NOTICE, "%*D is multicast\n", in in_arpinput() 901 ARP_LOG(LOG_NOTICE, "link address is broadcast for IP address " in in_arpinput() [all …]
|