Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c233 int hlen, hlen1; in check_reply() local
316 hlen1 = ip->ip_hl << 2; in check_reply()
320 (cc_left < hlen1 + sizeof (struct udphdr))) { in check_reply()
330 cc_left -= hlen1 + sizeof (struct udphdr); in check_reply()
332 up = (struct udphdr *)((uchar_t *)ip + hlen1); in check_reply()
714 hlen1 = ip->ip_hl << 2; in check_reply()
729 (cc_left >= hlen1 + 4)) { in check_reply()
731 up = (struct udphdr *)((uchar_t *)ip + hlen1); in check_reply()
748 hlen1 = ip->ip_hl << 2; in check_reply()
763 if (icp->icmp_pptr <= hlen1) { in check_reply()
[all …]