Searched refs:token_print (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | print-token.c | 149 token_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen) in token_print() function 249 return (token_print(ndo, p, h->len, h->caplen)); in token_if_print()
|
D | print-llc.c | 546 token_print(ndo, p, length, caplen); in snap_print()
|
D | netdissect.h | 608 extern u_int token_print(netdissect_options *, const u_char *, u_int, u_int);
|