Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ether.c41 const struct tok ethertype_values[] = { variable
94 tok2str(ethertype_values,"Unknown", ntohs(ep->ether_type)), in ether_hdr_print()
100 …(void)printf(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ntohs(ep->ether_type))… in ether_hdr_print()
237 tok2str(ethertype_values,"0x%04x", ether_type)); in ether_encap_print()
264 tok2str(ethertype_values,"0x%04x", ether_type)); in ether_encap_print()
Dprint-ap1394.c68 tok2str(ethertype_values,"Unknown", ntohs(fp->firewire_type)), in ap1394_hdr_print()
71 …(void)printf(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ntohs(fp->firewire_typ… in ap1394_hdr_print()
Dprint-symantec.c61 tok2str(ethertype_values,"Unknown", etype), in symantec_hdr_print()
67 … (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype)); in symantec_hdr_print()
Dprint-llc.c136 { OUI_ENCAP_ETHER, ethertype_values },
137 { OUI_CISCO_90, ethertype_values }, /* uses some Ethertype values */
138 { OUI_APPLETALK, ethertype_values }, /* uses some Ethertype values */
Dprint-gre.c197 tok2str(ethertype_values,"unknown",prot), in gre_print_0()
290 tok2str(ethertype_values,"unknown",prot), in gre_print_1()
Dethertype.h143 extern const struct tok ethertype_values[];
Dprint-sll.c101 tok2str(ethertype_values, "Unknown", ether_type), in sll_print()
Dprint-chdlc.c74 tok2str(ethertype_values, "Unknown", proto), in chdlc_print()
Dprint-rsvp.c905 tok2str(ethertype_values, in rsvp_obj_print()
917 tok2str(ethertype_values, in rsvp_obj_print()
937 tok2str(ethertype_values, in rsvp_obj_print()
Dprint-fr.c197 tok2str(ethertype_values, "unknown", nlpid), in fr_hdr_print()