Searched refs:new_ipha (Results 1 – 1 of 1) sorted by relevance
2096 ipha_t *new_ipha; in iptun_sendicmp_v4() local2108 new_ipha = (ipha_t *)icmperr_mp->b_rptr; in iptun_sendicmp_v4()2109 new_icmp = (icmph_t *)(new_ipha + 1); in iptun_sendicmp_v4()2111 new_ipha->ipha_version_and_hdr_length = IP_SIMPLE_HDR_VERSION; in iptun_sendicmp_v4()2112 new_ipha->ipha_type_of_service = 0; in iptun_sendicmp_v4()2113 new_ipha->ipha_ident = 0; in iptun_sendicmp_v4()2114 new_ipha->ipha_fragment_offset_and_flags = 0; in iptun_sendicmp_v4()2115 new_ipha->ipha_ttl = orig_ipha->ipha_ttl; in iptun_sendicmp_v4()2116 new_ipha->ipha_protocol = IPPROTO_ICMP; in iptun_sendicmp_v4()2117 new_ipha->ipha_src = orig_ipha->ipha_dst; in iptun_sendicmp_v4()[all …]