Lines Matching refs:hlen
343 u_int hlen, dport, mtu, obj_tlen, obj_class_num, obj_ctype; in icmp_print() local
380 hlen = IP_HL(oip) * 4; in icmp_print()
381 ouh = (struct udphdr *)(((u_char *)oip) + hlen); in icmp_print()
621 hlen = plen - ICMP_EXTD_MINLEN; in icmp_print()
623 vec[0].len = hlen; in icmp_print()
627 hlen)); in icmp_print()
629 hlen -= 4; /* subtract common header size */ in icmp_print()
632 while (hlen > sizeof(struct icmp_mpls_ext_object_header_t)) { in icmp_print()
647 … hlen-=sizeof(struct icmp_mpls_ext_object_header_t); /* length field includes tlv header */ in icmp_print()
681 if (hlen < obj_tlen) in icmp_print()
683 hlen -= obj_tlen; in icmp_print()