Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ap1394.c72 tok2str(ethertype_values,"Unknown", firewire_type), in ap1394_hdr_print()
75 … (void)printf(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", firewire_type)); in ap1394_hdr_print()
Dprint-symantec.c62 tok2str(ethertype_values,"Unknown", etype), in symantec_hdr_print()
68 … (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype)); in symantec_hdr_print()
Dprint-ether.c42 const struct tok ethertype_values[] = { variable
113 tok2str(ethertype_values,"Unknown", ether_type), in ether_hdr_print()
119 … (void)ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ether_type))); in ether_hdr_print()
201 ND_PRINT((ndo, "ethertype %s, ", tok2str(ethertype_values,"0x%04x", ether_type))); in ether_print()
Dprint-sll.c101 tok2str(ethertype_values, "Unknown", ether_type), in sll_print()
214 tok2str(ethertype_values, "Unknown", ether_type)); in sll_if_print()
Dprint-llc.c139 { OUI_ENCAP_ETHER, ethertype_values },
140 { OUI_CISCO_90, ethertype_values }, /* uses some Ethertype values */
141 { OUI_APPLETALK, ethertype_values }, /* uses some Ethertype values */
Dprint-gre.c197 tok2str(ethertype_values,"unknown",prot), in gre_print_0()
293 tok2str(ethertype_values,"unknown",prot), in gre_print_1()
Dethertype.h196 extern const struct tok ethertype_values[];
Dprint-arp.c229 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro), in atmarp_print()
345 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro), in arp_print()
Dprint-chdlc.c74 tok2str(ethertype_values, "Unknown", proto), in chdlc_print()
Dprint-rsvp.c987 tok2str(ethertype_values, in rsvp_obj_print()
999 tok2str(ethertype_values, in rsvp_obj_print()
1019 tok2str(ethertype_values, in rsvp_obj_print()
Dprint-fr.c209 tok2str(ethertype_values, "unknown", nlpid), in fr_hdr_print()