Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:hlen

124 	u_int hlen;
151 hlen = IP_HL(ip);
152 hlen += TH_OFF((struct tcphdr *)&((int *)ip)[hlen]);
153 lastlen[dir][lastconn] = length - (hlen << 2);
204 register u_int flags, hlen;
240 * 'hlen' is the length of the uncompressed TCP/IP header (in words).
242 * 'length - hlen' is the amount of data in the packet.
244 hlen = IP_HL(ip);
245 hlen += TH_OFF((struct tcphdr *)&((int32_t *)ip)[hlen]);
246 lastlen[dir][lastconn] = length - (hlen << 2);