Searched refs:icmp_cksum (Results 1 – 8 of 8) sorted by relevance
53 u_short icmp_cksum; /* ones complement cksum of struct */ member82 u_short icmp_cksum; /* ones complement cksum of struct */ member
126 send_icmp4->icmp_cksum = 0; in send_probe4()127 send_icmp4->icmp_cksum = in_cksum((uint16_t *) send_icmp4, TT.msg_len); in send_probe4()128 if (send_icmp4->icmp_cksum == 0) send_icmp4->icmp_cksum = 0xffff; in send_probe4()
81 uint16_t icmp_cksum; member