Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2099 icmph_t *new_icmp; in iptun_sendicmp_v4() local
2111 new_icmp = (icmph_t *)(new_ipha + 1); in iptun_sendicmp_v4()
2124 *new_icmp = *icmp; in iptun_sendicmp_v4()
2125 new_icmp->icmph_checksum = 0; in iptun_sendicmp_v4()
2126 new_icmp->icmph_checksum = IP_CSUM(icmperr_mp, sizeof (ipha_t), 0); in iptun_sendicmp_v4()