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

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-ap1394.c72 tok2str(ethertype_values,"Unknown", firewire_type),
75 (void)printf(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", firewire_type));
H A Dprint-symantec.c62 tok2str(ethertype_values,"Unknown", etype),
68 (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype));
H A Dprint-sll.c101 tok2str(ethertype_values, "Unknown", ether_type),
214 tok2str(ethertype_values, "Unknown", ether_type));
H A Dprint-ether.c44 const struct tok ethertype_values[] = { variable in typeref:struct:tok
112 tok2str(ethertype_values,"Unknown", ether_type),
118 (void)ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ether_type)));
200 ND_PRINT((ndo, "ethertype %s, ", tok2str(ethertype_values,"0x%04x", ether_type)));
H A Dethertype.h188 extern const struct tok ethertype_values[];
H A Dprint-llc.c140 { OUI_ENCAP_ETHER, ethertype_values },
141 { OUI_CISCO_90, ethertype_values }, /* uses some Ethertype values */
142 { OUI_APPLETALK, ethertype_values }, /* uses some Ethertype values */
H A Dprint-gre.c197 tok2str(ethertype_values,"unknown",prot),
293 tok2str(ethertype_values,"unknown",prot),
H A Dprint-chdlc.c74 tok2str(ethertype_values, "Unknown", proto),
H A Dprint-arp.c231 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro),
347 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro),
H A Dprint-rsvp.c987 tok2str(ethertype_values,
999 tok2str(ethertype_values,
1019 tok2str(ethertype_values,
H A Dprint-fr.c211 tok2str(ethertype_values, "unknown", nlpid),

Completed in 202 milliseconds