Home
last modified time | relevance | path

Searched refs:new_ipha (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2098 ipha_t *new_ipha; in iptun_sendicmp_v4() local
2110 new_ipha = (ipha_t *)icmperr_mp->b_rptr; in iptun_sendicmp_v4()
2111 new_icmp = (icmph_t *)(new_ipha + 1); in iptun_sendicmp_v4()
2114 new_ipha->ipha_type_of_service = 0; in iptun_sendicmp_v4()
2115 new_ipha->ipha_ident = 0; in iptun_sendicmp_v4()
2116 new_ipha->ipha_fragment_offset_and_flags = 0; in iptun_sendicmp_v4()
2117 new_ipha->ipha_ttl = orig_ipha->ipha_ttl; in iptun_sendicmp_v4()
2118 new_ipha->ipha_protocol = IPPROTO_ICMP; in iptun_sendicmp_v4()
2119 new_ipha->ipha_src = orig_ipha->ipha_dst; in iptun_sendicmp_v4()
2120 new_ipha->ipha_dst = orig_ipha->ipha_src; in iptun_sendicmp_v4()
[all …]