Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:hlen

347 	u_int hlen, dport, mtu, obj_tlen, obj_class_num, obj_ctype;
383 hlen = IP_HL(oip) * 4;
384 ouh = (struct udphdr *)(((u_char *)oip) + hlen);
619 hlen = plen - ICMP_EXTD_MINLEN;
624 hlen);
626 hlen -= 4; /* subtract common header size */
629 while (hlen > sizeof(struct icmp_mpls_ext_object_header_t)) {
644 hlen-=sizeof(struct icmp_mpls_ext_object_header_t); /* length field includes tlv header */
678 if (hlen < obj_tlen)
680 hlen -= obj_tlen;