Lines Matching refs:DPRINTF2
1157 DPRINTF2(("%s: read %d bytes, IP header truncated\n",
1166 DPRINTF2(("%s: unexpected IP version %d\n", __func__, IPH_V(iph)));
1178 DPRINTF2(("%s: dropping fragmented datagram (0x%04x)\n",
1185 DPRINTF2(("%s: dropping datagram with options (IP header length %d)\n",
1191 DPRINTF2(("%s: unexpected protocol %d\n", __func__, IPH_PROTO(iph)));
1206 DPRINTF2(("%s: read %d bytes but total length is %d bytes\n",
1212 DPRINTF2(("%s: IP length %d bytes, ICMP header truncated\n",
1226 DPRINTF2(("%s: ignoring ICMP type %d\n", __func__, ICMPH_TYPE(icmph)));
1269 DPRINTF2(("%s: dropping packet with ttl 1\n", __func__));
1277 DPRINTF2(("%s: no match\n", __func__));
1281 DPRINTF2(("%s: pcb %p\n", __func__, (void *)pcb));
1362 DPRINTF2(("%s: original datagram truncated to %d bytes\n",
1371 DPRINTF2(("%s: unexpected IP version %d\n", __func__, IPH_V(oiph)));
1377 DPRINTF2(("%s: ignoring fragment with offset %d\n",
1385 DPRINTF2(("%s: ignoring protocol %d\n", __func__, IPH_PROTO(oiph)));
1392 DPRINTF2(("%s: original datagram truncated to %d bytes\n",
1399 DPRINTF2(("%s: ignoring ICMP error for original ICMP type %d\n",
1407 DPRINTF2(("%s: ping %RTnaipv4 id 0x%x seq %d",
1410 DPRINTF2((" unreachable (code %d)\n", ICMPH_CODE(icmph)));
1413 DPRINTF2((" time exceeded\n"));
1431 DPRINTF2(("%s: no match\n", __func__));
1435 DPRINTF2(("%s: pcb %p\n", __func__, (void *)pcb));
1456 DPRINTF2(("%s: dropping packet with ttl 1\n", __func__));
1553 DPRINTF2(("%s: error %d\n", __func__, WSAGetLastError()));
1560 DPRINTF2(("%s: %RTnaipv6 ICMPv6: ", __func__, &sin6.sin6_addr));
1563 DPRINTF2(("echo reply %04x %u\n",
1568 DPRINTF2(("echo request %04x %u\n",
1572 DPRINTF2(("destination unreachable\n"));
1575 DPRINTF2(("packet too big\n"));
1578 DPRINTF2(("time exceeded\n"));
1581 DPRINTF2(("parameter problem\n"));
1584 DPRINTF2(("type %d len %u\n", icmph->type, (unsigned int)nread));
1604 DPRINTF2(("hoplimit = %d\n", hopl));
1612 DPRINTF2(("pktinfo found\n"));
1624 DPRINTF2(("%s: unable to get pktinfo\n", __func__));
1670 DPRINTF2(("%s: dropping packet with ttl 1\n", __func__));
1683 DPRINTF2(("%s: no match\n", __func__));
1687 DPRINTF2(("%s: pcb %p\n", __func__, (void *)pcb));
1749 DPRINTF2(("truncated datagram inside ICMPv6 error message is too short\n"));
1758 DPRINTF2(("%s: unexpected IP version %d\n", __func__, IP6H_V(oiph)));
1777 DPRINTF2(("%s: stopping at protocol %d\n", __func__, proto));
1787 DPRINTF2(("%s: original ICMPv6 is truncated too short\n", __func__));
1792 DPRINTF2(("%s: ignoring original ICMPv6 type %d\n", __func__, oicmph->type));
1806 DPRINTF2(("%s: no match\n", __func__));
1810 DPRINTF2(("%s: pcb %p\n", __func__, (void *)pcb));
1832 DPRINTF2(("%s: dropping packet with ttl 1\n", __func__));