Searched refs:icmphp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dicmp4.c62 struct icmp *icmphp; local
73 icmphp = (struct icmp *)(igp->igm_mp->b_rptr + iphlen);
76 if ((uintptr_t)icmphp % sizeof (uint16_t)) {
81 if (ipv4cksum((uint16_t *)icmphp, icmp_len) != 0) {
86 switch (icmphp->icmp_type) {
88 if (icmphp->icmp_code != ICMP_REDIRECT_HOST)
91 inet_ntoa(icmphp->icmp_gwaddr));
92 if (ipv4_route(IPV4_ADD_ROUTE, RT_HOST, &icmphp->icmp_ip.ip_dst,
93 &icmphp->icmp_gwaddr) != 0) {
95 inet_ntoa(icmphp
[all...]

Completed in 57 milliseconds