Lines Matching refs:DNETDEBUG
94 DNETDEBUG("dropping packet too small for IP header\n"); in debugnet_handle_ip()
101 DNETDEBUG("m_pullup failed\n"); in debugnet_handle_ip()
109 DNETDEBUG("bad IP version %d\n", ip->ip_v); in debugnet_handle_ip()
116 DNETDEBUG("bad IP header length (%hu)\n", hlen); 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()
156 DNETDEBUG("IP packet smaller (%hu) than header (%hu)\n", in debugnet_handle_ip()
161 DNETDEBUG("IP packet bigger (%hu) than ethernet packet (%d)\n", in debugnet_handle_ip()
178 DNETDEBUG("drop packet not from server (from 0x%x)\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()
295 DNETDEBUG("runt packet: m_pullup failed\n"); in debugnet_handle_arp()
302 DNETDEBUG("unknown hardware address 0x%2D)\n", in debugnet_handle_arp()
307 DNETDEBUG("drop ARP for unknown protocol %d\n", in debugnet_handle_arp()
316 DNETDEBUG("runt packet: m_pullup failed\n"); in debugnet_handle_arp()
328 DNETDEBUG("ignoring ARP from myself\n"); in debugnet_handle_arp()
340 DNETDEBUG("ignoring ARP from broadcast address\n"); in debugnet_handle_arp()
348 DNETDEBUG("ignoring ARP reply from %s (not configured" in debugnet_handle_arp()
354 DNETDEBUG("ignoring server ARP reply from %s (already" in debugnet_handle_arp()
362 DNETDEBUG("got server MAC address %6D\n", in debugnet_handle_arp()
370 DNETDEBUG("ignoring ARP non-request/reply\n"); in debugnet_handle_arp()
375 DNETDEBUG("ignoring ARP not to our IP\n"); in debugnet_handle_arp()