Symbol: DNETDEBUG
sys/net/debugnet.c
1036
DNETDEBUG("Unexpected: '%c'\n", ch);
sys/net/debugnet.c
219
DNETDEBUG("Acking with seqno %u\n", ntohl(seqno));
sys/net/debugnet.c
389
DNETDEBUG("ignoring small debugnet_msg packet\n");
sys/net/debugnet.c
398
DNETDEBUG("m_pullup failed\n");
sys/net/debugnet.c
405
DNETDEBUG("Dropping short packet.\n");
sys/net/debugnet.c
418
DNETDEBUG("Got unexpected debugnet message %u\n", hdr_type);
sys/net/debugnet.c
433
DNETDEBUG("RX handler was not able to accept message, error %d. "
sys/net/debugnet.c
440
DNETDEBUG("Couldn't ACK rx packet %u; %d\n", ntohl(seqno), error);
sys/net/debugnet.c
458
DNETDEBUG("m_pullup failed\n");
sys/net/debugnet.c
493
DNETDEBUG("ignoring small UDP packet\n");
sys/net/debugnet.c
502
DNETDEBUG("m_pullup failed\n");
sys/net/debugnet.c
510
DNETDEBUG("not on the expected port.\n");
sys/net/debugnet.c
517
DNETDEBUG("ignoring runt UDP packet\n");
sys/net/debugnet.c
533
DNETDEBUG("ignoring small ACK packet\n");
sys/net/debugnet.c
535
DNETDEBUG("ignoring unexpected non-ACK packet on "
sys/net/debugnet.c
725
DNETDEBUG("Destination address is on link.\n");
sys/net/debugnet.c
751
DNETDEBUG("Connecting to %s:%d%s%s from %s:%d on %s\n",
sys/net/debugnet_inet.c
100
DNETDEBUG("m_pullup failed\n");
sys/net/debugnet_inet.c
108
DNETDEBUG("bad IP version %d\n", ip->ip_v);
sys/net/debugnet_inet.c
115
DNETDEBUG("bad IP header length (%hu)\n", hlen);
sys/net/debugnet_inet.c
122
DNETDEBUG("m_pullup failed\n");
sys/net/debugnet_inet.c
129
DNETDEBUG("drop packet with IP options\n");
sys/net/debugnet_inet.c
137
DNETDEBUG("Bad IP header (RFC1122)\n");
sys/net/debugnet_inet.c
145
DNETDEBUG("bad IP checksum\n");
sys/net/debugnet_inet.c
155
DNETDEBUG("IP packet smaller (%hu) than header (%hu)\n",
sys/net/debugnet_inet.c
160
DNETDEBUG("IP packet bigger (%hu) than ethernet packet (%d)\n",
sys/net/debugnet_inet.c
177
DNETDEBUG("drop packet not from server (from 0x%x)\n",
sys/net/debugnet_inet.c
189
DNETDEBUG("drop non-UDP packet\n");
sys/net/debugnet_inet.c
195
DNETDEBUG("drop fragmented packet\n");
sys/net/debugnet_inet.c
201
DNETDEBUG("bad UDP checksum\n");
sys/net/debugnet_inet.c
294
DNETDEBUG("runt packet: m_pullup failed\n");
sys/net/debugnet_inet.c
301
DNETDEBUG("unknown hardware address 0x%2D)\n",
sys/net/debugnet_inet.c
306
DNETDEBUG("drop ARP for unknown protocol %d\n",
sys/net/debugnet_inet.c
315
DNETDEBUG("runt packet: m_pullup failed\n");
sys/net/debugnet_inet.c
327
DNETDEBUG("ignoring ARP from myself\n");
sys/net/debugnet_inet.c
339
DNETDEBUG("ignoring ARP from broadcast address\n");
sys/net/debugnet_inet.c
347
DNETDEBUG("ignoring ARP reply from %s (not configured"
sys/net/debugnet_inet.c
353
DNETDEBUG("ignoring server ARP reply from %s (already"
sys/net/debugnet_inet.c
361
DNETDEBUG("got server MAC address %6D\n",
sys/net/debugnet_inet.c
369
DNETDEBUG("ignoring ARP non-request/reply\n");
sys/net/debugnet_inet.c
374
DNETDEBUG("ignoring ARP not to our IP\n");
sys/net/debugnet_inet.c
93
DNETDEBUG("dropping packet too small for IP header\n");