Home | History | Annotate | Download | only in tcpdump

Lines Matching full:hdr_len

154 	u_int route_len = 0, hdr_len = TOKEN_HDRLEN;
161 return hdr_len;
179 return hdr_len;
182 hdr_len += route_len;
183 if (caplen < hdr_len) {
185 return hdr_len;
207 length -= hdr_len;
208 p += hdr_len;
209 caplen -= hdr_len;
237 return (hdr_len);