Searched refs:hlen1 (Results 1 – 1 of 1) sorted by relevance
233 int hlen, hlen1; in check_reply() local316 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 …]