Searched refs:ethertype_values (Results 1 – 12 of 12) sorted by relevance
/external/tcpdump/ |
D | print-ap1394.c | 66 tok2str(ethertype_values,"Unknown", firewire_type), in ap1394_hdr_print() 69 … ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", firewire_type))); in ap1394_hdr_print()
|
D | print-ether.c | 35 const struct tok ethertype_values[] = { variable 108 tok2str(ethertype_values,"Unknown", ether_type), in ether_hdr_print() 114 … ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ether_type))); in ether_hdr_print() 193 ND_PRINT((ndo, "ethertype %s, ", tok2str(ethertype_values,"0x%04x", ether_type))); in ether_print()
|
D | print-symantec.c | 55 tok2str(ethertype_values,"Unknown", etype), in symantec_hdr_print() 61 … ND_PRINT((ndo, "%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype))); in symantec_hdr_print()
|
D | print-sll.c | 181 tok2str(ethertype_values, "Unknown", ether_type), in sll_print() 291 tok2str(ethertype_values, "Unknown", ether_type))); in sll_if_print()
|
D | print-llc.c | 132 { OUI_ENCAP_ETHER, ethertype_values }, 133 { OUI_CISCO_90, ethertype_values }, /* uses some Ethertype values */ 134 { OUI_APPLETALK, ethertype_values }, /* uses some Ethertype values */
|
D | ethertype.h | 200 extern const struct tok ethertype_values[];
|
D | print-gre.c | 189 tok2str(ethertype_values,"unknown",prot), in gre_print_0() 283 tok2str(ethertype_values,"unknown",prot), in gre_print_1()
|
D | print-arp.c | 226 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro), in atmarp_print() 342 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro), in arp_print()
|
D | print-geneve.c | 181 tok2str(ethertype_values, "unknown", prot), prot)); in geneve_print()
|
D | print-chdlc.c | 67 tok2str(ethertype_values, "Unknown", proto), in chdlc_print()
|
D | print-rsvp.c | 978 tok2str(ethertype_values, in rsvp_obj_print() 990 tok2str(ethertype_values, in rsvp_obj_print() 1010 tok2str(ethertype_values, in rsvp_obj_print()
|
D | print-fr.c | 211 tok2str(ethertype_values, "unknown", nlpid), in fr_hdr_print()
|