Searched refs:ethertype_values (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/contrib/tcpdump/
H A Dprint-ipoib.c39 extern const struct tok ethertype_values[];
51 tok2str(ethertype_values,"Unknown", ether_type),
55 tok2str(ethertype_values,"Unknown", ether_type));
H A Dprint-ap1394.c74 tok2str(ethertype_values,"Unknown", firewire_type),
77 ND_PRINT(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", firewire_type));
H A Dprint-symantec.c55 tok2str(ethertype_values,"Unknown", etype),
61 ND_PRINT("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype));
H A Dprint-sll.c207 tok2str(ethertype_values, "Unknown", ether_type),
321 tok2str(ethertype_values, "Unknown", ether_type));
390 tok2str(ethertype_values, "Unknown", ether_type),
517 tok2str(ethertype_values, "Unknown", ether_type));
H A Dprint-llc.c133 { OUI_ENCAP_ETHER, ethertype_values },
134 { OUI_CISCO_90, ethertype_values }, /* uses some Ethertype values */
135 { OUI_APPLETALK, ethertype_values }, /* uses some Ethertype values */
595 tok2str(ethertype_values, "Unknown", et),
H A Dethertype.h219 extern const struct tok ethertype_values[];
H A Dprint-gre.c194 tok2str(ethertype_values,"unknown",prot), prot);
292 tok2str(ethertype_values,"unknown",prot), prot);
H A Dprint-ether.c52 const struct tok ethertype_values[] = { variable in typeref:struct:tok
123 tok2str(ethertype_values, "Unknown", type), type);
126 tok2str(ethertype_values, "Unknown Ethertype (0x%04x)", type));
H A Dprint-dsa.c191 tok2str(ethertype_values, "Unknown", edsa_etype));
H A Dprint-chdlc.c67 tok2str(ethertype_values, "Unknown", proto),
H A Dprint-geneve.c202 tok2str(ethertype_values, "unknown", prot), prot);
H A Dprint-arp.c280 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro),
394 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro),
H A Dprint-rsvp.c1011 tok2str(ethertype_values,
1023 tok2str(ethertype_values,
1044 tok2str(ethertype_values,
H A Dprint-fr.c217 tok2str(ethertype_values, "unknown", nlpid),

Completed in 266 milliseconds