Searched refs:DNETDEBUG (Results 1 – 3 of 3) sorted by relevance
101 DNETDEBUG("m_pullup failed\n"); in debugnet_handle_ip()109 DNETDEBUG("bad IP version %d\n", ip->ip_v); in debugnet_handle_ip()123 DNETDEBUG("m_pullup failed\n"); in debugnet_handle_ip()130 DNETDEBUG("drop packet with IP options\n"); in debugnet_handle_ip()138 DNETDEBUG("Bad IP header (RFC1122)\n"); in debugnet_handle_ip()146 DNETDEBUG("bad IP checksum\n"); in debugnet_handle_ip()190 DNETDEBUG("drop non-UDP packet\n"); in debugnet_handle_ip()196 DNETDEBUG("drop fragmented packet\n"); in debugnet_handle_ip()202 DNETDEBUG("bad UDP checksum\n"); in debugnet_handle_ip()328 DNETDEBUG("ignoring ARP from myself\n"); in debugnet_handle_arp()[all …]
219 DNETDEBUG("Acking with seqno %u\n", ntohl(seqno)); in debugnet_ack_output()398 DNETDEBUG("m_pullup failed\n"); in debugnet_handle_rx_msg()405 DNETDEBUG("Dropping short packet.\n"); in debugnet_handle_rx_msg()458 DNETDEBUG("m_pullup failed\n"); in debugnet_handle_ack()493 DNETDEBUG("ignoring small UDP packet\n"); in debugnet_handle_udp()502 DNETDEBUG("m_pullup failed\n"); in debugnet_handle_udp()510 DNETDEBUG("not on the expected port.\n"); in debugnet_handle_udp()517 DNETDEBUG("ignoring runt UDP packet\n"); in debugnet_handle_udp()533 DNETDEBUG("ignoring small ACK packet\n"); in debugnet_handle_udp()729 DNETDEBUG("Destination address is on link.\n"); in debugnet_connect()[all …]
34 #define DNETDEBUG(f, ...) do { \ macro