Searched defs:icmp4 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dicmp4.c26 * icmp4.c, Code implementing the Internet Control Message Protocol (v4) ICMP.
44 #include "icmp4.h"
57 icmp4(struct inetgram *igp, struct ip *iphp, uint16_t iphlen, function
67 printf("icmp4: ICMP message from %s is too short\n",
77 dprintf("icmp4: ICMP header not aligned (from %s)\n",
82 dprintf("icmp4: Bad ICMP checksum (from %s)\n",
94 dprintf("icmp4: Cannot add route %s, %d\n",
118 dprintf("icmp4: socket: %d\n", errno);
134 dprintf("icmp4: Unsupported ICMP message type: 0x%x "

Completed in 44 milliseconds