Lines Matching refs:DNETDEBUG

93 		DNETDEBUG("dropping packet too small for IP header\n");  in debugnet_handle_ip()
100 DNETDEBUG("m_pullup failed\n"); in debugnet_handle_ip()
108 DNETDEBUG("bad IP version %d\n", ip->ip_v); in debugnet_handle_ip()
115 DNETDEBUG("bad IP header length (%hu)\n", hlen); in debugnet_handle_ip()
122 DNETDEBUG("m_pullup failed\n"); in debugnet_handle_ip()
129 DNETDEBUG("drop packet with IP options\n"); in debugnet_handle_ip()
137 DNETDEBUG("Bad IP header (RFC1122)\n"); in debugnet_handle_ip()
145 DNETDEBUG("bad IP checksum\n"); in debugnet_handle_ip()
155 DNETDEBUG("IP packet smaller (%hu) than header (%hu)\n", in debugnet_handle_ip()
160 DNETDEBUG("IP packet bigger (%hu) than ethernet packet (%d)\n", in debugnet_handle_ip()
177 DNETDEBUG("drop packet not from server (from 0x%x)\n", in debugnet_handle_ip()
189 DNETDEBUG("drop non-UDP packet\n"); in debugnet_handle_ip()
195 DNETDEBUG("drop fragmented packet\n"); in debugnet_handle_ip()
201 DNETDEBUG("bad UDP checksum\n"); in debugnet_handle_ip()
294 DNETDEBUG("runt packet: m_pullup failed\n"); in debugnet_handle_arp()
301 DNETDEBUG("unknown hardware address 0x%2D)\n", in debugnet_handle_arp()
306 DNETDEBUG("drop ARP for unknown protocol %d\n", in debugnet_handle_arp()
315 DNETDEBUG("runt packet: m_pullup failed\n"); in debugnet_handle_arp()
327 DNETDEBUG("ignoring ARP from myself\n"); in debugnet_handle_arp()
339 DNETDEBUG("ignoring ARP from broadcast address\n"); in debugnet_handle_arp()
347 DNETDEBUG("ignoring ARP reply from %s (not configured" in debugnet_handle_arp()
353 DNETDEBUG("ignoring server ARP reply from %s (already" in debugnet_handle_arp()
361 DNETDEBUG("got server MAC address %6D\n", in debugnet_handle_arp()
369 DNETDEBUG("ignoring ARP non-request/reply\n"); in debugnet_handle_arp()
374 DNETDEBUG("ignoring ARP not to our IP\n"); in debugnet_handle_arp()