Searched refs:ethertype_values (Results 1 – 13 of 13) sorted by relevance
/external/tcpdump/ |
D | print-ether.c | 36 const struct tok ethertype_values[] = { variable 111 tok2str(ethertype_values,"Unknown", length_type), in ether_hdr_print() 118 … ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", length_type))); in ether_hdr_print() 210 ND_PRINT((ndo, "ethertype %s, ", tok2str(ethertype_values,"0x%04x", length_type))); in ether_print()
|
D | print-symantec.c | 56 tok2str(ethertype_values,"Unknown", etype), in symantec_hdr_print() 62 … ND_PRINT((ndo, "%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype))); in symantec_hdr_print()
|
D | print-ap1394.c | 73 tok2str(ethertype_values,"Unknown", firewire_type), in ap1394_hdr_print() 76 … ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", firewire_type))); in ap1394_hdr_print()
|
D | print-llc.c | 133 { OUI_ENCAP_ETHER, ethertype_values }, 134 { OUI_CISCO_90, ethertype_values }, /* uses some Ethertype values */ 135 { OUI_APPLETALK, ethertype_values }, /* uses some Ethertype values */ 591 tok2str(ethertype_values, "Unknown", et), in snap_print()
|
D | print-sll.c | 182 tok2str(ethertype_values, "Unknown", ether_type), in sll_print() 292 tok2str(ethertype_values, "Unknown", ether_type))); in sll_if_print()
|
D | print-medsa.c | 171 tok2str(ethertype_values, "Unknown", in medsa_print() 178 tok2str(ethertype_values, "Unknown", in medsa_print()
|
D | ethertype.h | 203 extern const struct tok ethertype_values[];
|
D | print-gre.c | 202 tok2str(ethertype_values,"unknown",prot), in gre_print_0() 300 tok2str(ethertype_values,"unknown",prot), in gre_print_1()
|
D | print-geneve.c | 195 tok2str(ethertype_values, "unknown", prot), prot)); in geneve_print()
|
D | print-arp.c | 285 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro), in atmarp_print() 406 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro), in arp_print()
|
D | print-chdlc.c | 65 tok2str(ethertype_values, "Unknown", proto), in chdlc_print()
|
D | print-rsvp.c | 993 tok2str(ethertype_values, in rsvp_obj_print() 1005 tok2str(ethertype_values, in rsvp_obj_print() 1025 tok2str(ethertype_values, in rsvp_obj_print()
|
D | print-fr.c | 212 tok2str(ethertype_values, "unknown", nlpid), in fr_hdr_print()
|