Home
last modified time | relevance | path

Searched refs:DNETDEBUG (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Ddebugnet_inet.c99 DNETDEBUG("m_pullup failed\n"); in debugnet_handle_ip()
107 DNETDEBUG("bad IP version %d\n", ip->ip_v); in debugnet_handle_ip()
121 DNETDEBUG("m_pullup failed\n"); in debugnet_handle_ip()
128 DNETDEBUG("drop packet with IP options\n"); in debugnet_handle_ip()
136 DNETDEBUG("Bad IP header (RFC1122)\n"); in debugnet_handle_ip()
144 DNETDEBUG("bad IP checksum\n"); in debugnet_handle_ip()
188 DNETDEBUG("drop non-UDP packet\n"); in debugnet_handle_ip()
194 DNETDEBUG("drop fragmented packet\n"); in debugnet_handle_ip()
200 DNETDEBUG("bad UDP checksum\n"); in debugnet_handle_ip()
326 DNETDEBUG("ignoring ARP from myself\n"); in debugnet_handle_arp()
[all …]
H A Ddebugnet.c196 DNETDEBUG("Acking with seqno %u\n", ntohl(seqno)); in debugnet_ack_output()
373 DNETDEBUG("m_pullup failed\n"); in debugnet_handle_rx_msg()
380 DNETDEBUG("Dropping short packet.\n"); in debugnet_handle_rx_msg()
420 DNETDEBUG("m_pullup failed\n"); in debugnet_handle_ack()
455 DNETDEBUG("ignoring small UDP packet\n"); in debugnet_handle_udp()
464 DNETDEBUG("m_pullup failed\n"); in debugnet_handle_udp()
472 DNETDEBUG("not on the expected port.\n"); in debugnet_handle_udp()
479 DNETDEBUG("ignoring runt UDP packet\n"); in debugnet_handle_udp()
495 DNETDEBUG("ignoring small ACK packet\n"); in debugnet_handle_udp()
676 DNETDEBUG("Destination address is on link.\n"); in debugnet_connect()
[all …]
H A Ddebugnet_int.h36 #define DNETDEBUG(f, ...) do { \ macro