Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c235 int hlen, hlen1; in check_reply() local
319 hlen1 = ip->ip_hl << 2; in check_reply()
323 (cc_left < hlen1 + sizeof (struct udphdr))) { in check_reply()
333 cc_left -= hlen1 + sizeof (struct udphdr); in check_reply()
335 up = (struct udphdr *)((uchar_t *)ip + hlen1); in check_reply()
717 hlen1 = ip->ip_hl << 2; in check_reply()
732 (cc_left >= hlen1 + 4)) { in check_reply()
734 up = (struct udphdr *)((uchar_t *)ip + hlen1); in check_reply()
751 hlen1 = ip->ip_hl << 2; in check_reply()
766 if (icp->icmp_pptr <= hlen1) { in check_reply()
[all …]