Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:tok

47 static struct tok llc_values[] = {
66 static struct tok llc_cmd_values[] = {
78 static const struct tok llc_flag_values[] = {
89 static const struct tok llc_ig_flag_values[] = {
96 static const struct tok llc_supervisory_values[] = {
104 static const struct tok cisco_values[] = {
111 static const struct tok bridged_values[] = {
126 static const struct tok null_values[] = {
132 const struct tok *tok;
391 const struct tok *tok = null_values;
394 for (otp = &oui_to_tok[0]; otp->tok != NULL; otp++) {
396 tok = otp->tok;
404 tok2str(tok, "Unknown", et),