Searched refs:ethertype_values (Results 1 – 10 of 10) sorted by relevance
/external/tcpdump/ |
D | print-ether.c | 41 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()
|
D | print-ap1394.c | 68 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()
|
D | print-symantec.c | 61 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()
|
D | print-llc.c | 136 { OUI_ENCAP_ETHER, ethertype_values }, 137 { OUI_CISCO_90, ethertype_values }, /* uses some Ethertype values */ 138 { OUI_APPLETALK, ethertype_values }, /* uses some Ethertype values */
|
D | print-gre.c | 197 tok2str(ethertype_values,"unknown",prot), in gre_print_0() 290 tok2str(ethertype_values,"unknown",prot), in gre_print_1()
|
D | ethertype.h | 143 extern const struct tok ethertype_values[];
|
D | print-sll.c | 101 tok2str(ethertype_values, "Unknown", ether_type), in sll_print()
|
D | print-chdlc.c | 74 tok2str(ethertype_values, "Unknown", proto), in chdlc_print()
|
D | print-rsvp.c | 905 tok2str(ethertype_values, in rsvp_obj_print() 917 tok2str(ethertype_values, in rsvp_obj_print() 937 tok2str(ethertype_values, in rsvp_obj_print()
|
D | print-fr.c | 197 tok2str(ethertype_values, "unknown", nlpid), in fr_hdr_print()
|