Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:hlen

117 	u_int hlen;
145 hlen = IP_HL(ip);
146 hlen += TH_OFF((struct tcphdr *)&((int *)ip)[hlen]);
147 lastlen[dir][lastconn] = length - (hlen << 2);
195 register u_int flags, hlen;
231 * 'hlen' is the length of the uncompressed TCP/IP header (in words).
233 * 'length - hlen' is the amount of data in the packet.
235 hlen = IP_HL(ip);
236 hlen += TH_OFF((struct tcphdr *)&((int32_t *)ip)[hlen]);
237 lastlen[dir][lastconn] = length - (hlen << 2);