Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:caplen

102 token_print(const u_char *p, u_int length, u_int caplen)
112 if (caplen < TOKEN_HDRLEN) {
130 if (caplen < TOKEN_HDRLEN + 2) {
136 if (caplen < hdr_len) {
162 caplen -= hdr_len;
167 if (llc_print(p, length, caplen, ESRC(&ehdr), EDST(&ehdr),
179 default_print(p, caplen);
188 default_print(p, caplen);
196 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
202 return (token_print(p, h->len, h->caplen));