Lines Matching defs:icmph
1833 iptun_verifyicmp(conn_t *connp, void *arg2, icmph_t *icmph, icmp6_t *icmp6,
2265 icmph_t *icmph;
2272 icmph = (icmph_t *)((uint8_t *)ipha + hlen);
2273 return (ICMP_IS_ERROR(icmph->icmph_type) ||
2274 icmph->icmph_type == ICMP_REDIRECT);
2385 iptun_input_icmp_v4(iptun_t *iptun, mblk_t *data_mp, icmph_t *icmph,
2400 data_mp->b_rptr = (uint8_t *)(icmph + 1);
2442 switch (icmph->icmph_type) {
2444 type = (inner4 != NULL ? icmph->icmph_type : ICMP6_DST_UNREACH);
2445 switch (icmph->icmph_code) {
2455 ntohs(icmph->icmph_du_mtu));