Home
last modified time | relevance | path

Searched refs:TOKEN_HDRLEN (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-token.c70 #define TOKEN_HDRLEN 14 macro
155 u_int route_len = 0, hdr_len = TOKEN_HDRLEN; in token_print()
160 if (caplen < TOKEN_HDRLEN) { in token_print()
178 if (caplen < TOKEN_HDRLEN + 2) { in token_print()
232 token_hdr_print(ndo, trp, length + TOKEN_HDRLEN + route_len, in token_print()