Searched refs:ethertype_values (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-ipoib.c | 37 extern const struct tok ethertype_values[]; 49 tok2str(ethertype_values,"Unknown", ether_type), in ipoib_hdr_print() 53 tok2str(ethertype_values,"Unknown", ether_type)); in ipoib_hdr_print()
|
H A D | print-sll.c | 205 tok2str(ethertype_values, "Unknown", ether_type), in sll_print() 319 tok2str(ethertype_values, "Unknown", ether_type)); in sll_if_print() 388 tok2str(ethertype_values, "Unknown", ether_type), in sll2_print() 515 tok2str(ethertype_values, "Unknown", ether_type)); in sll2_if_print()
|
H A D | print-symantec.c | 53 tok2str(ethertype_values,"Unknown", etype), in symantec_hdr_print() 59 … ND_PRINT("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype)); in symantec_hdr_print()
|
H A D | print-ap1394.c | 72 tok2str(ethertype_values,"Unknown", firewire_type), in ap1394_hdr_print() 75 … ND_PRINT(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", firewire_type)); in ap1394_hdr_print()
|
H A D | print-llc.c | 131 { OUI_ENCAP_ETHER, ethertype_values }, 132 { OUI_CISCO_90, ethertype_values }, /* uses some Ethertype values */ 133 { OUI_APPLETALK, ethertype_values }, /* uses some Ethertype values */ 593 tok2str(ethertype_values, "Unknown", et), in snap_print()
|
H A D | print-ether.c | 50 const struct tok ethertype_values[] = { variable 121 tok2str(ethertype_values, "Unknown", type), type); in ether_type_print() 124 tok2str(ethertype_values, "Unknown Ethertype (0x%04x)", type)); in ether_type_print()
|
H A D | print-gre.c | 192 tok2str(ethertype_values,"unknown",prot), prot); in gre_print_0() 290 tok2str(ethertype_values,"unknown",prot), prot); in gre_print_1()
|
H A D | ethertype.h | 219 extern const struct tok ethertype_values[];
|
H A D | print-arp.c | 278 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro), in atmarp_print() 392 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro), in arp_print()
|
H A D | print-geneve.c | 200 tok2str(ethertype_values, "unknown", prot), prot); in geneve_print()
|
H A D | print-chdlc.c | 65 tok2str(ethertype_values, "Unknown", proto), in chdlc_print()
|
H A D | print-dsa.c | 189 tok2str(ethertype_values, "Unknown", edsa_etype)); in edsa_tag_print()
|
H A D | print-rsvp.c | 1009 tok2str(ethertype_values, in rsvp_obj_print() 1021 tok2str(ethertype_values, in rsvp_obj_print() 1042 tok2str(ethertype_values, in rsvp_obj_print()
|
H A D | print-fr.c | 215 tok2str(ethertype_values, "unknown", nlpid), in fr_hdr_print()
|