299: if (icmpprintfs)
300: printf("icmp_error(%p, type:%d, code:%d)\n", oip, type, code);
301: #endif
478: if (icmpprintfs) {
479: printf("icmp_input from `%s' to ", inet_ntoa(ip->ip_src));
480: printf("`%s', len %d\n", inet_ntoa(ip->ip_dst), icmplen);
481: }
508: if (icmpprintfs)
509: printf("icmp_input(type:%d, code:%d)\n", icp->icmp_type,
510: icp->icmp_code);
592: if (icmpprintfs)
593: printf("deliver to protocol %d\n", icp->icmp_ip.ip_p);
594: #endif
678: if (icmpprintfs) {
679: printf("redirect dst `%s' to `%s'\n",
680: inet_ntoa(icp->icmp_ip.ip_dst),
871: if (icmpprintfs)
872: printf("icmp_reflect optlen %d rt %d => ",
873: optlen, opts->m_len);
908: if (icmpprintfs)
909: printf("%d\n", opts->m_len);
910: #endif
960: if (icmpprintfs) {
961: printf("icmp_send to destination `%s' from `%s'\n",
962: inet_ntoa(ip->ip_dst), inet_ntoa(ip->ip_src));