Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-ipoib.c37 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 Dprint-sll.c205 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 Dprint-symantec.c53 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 Dprint-ap1394.c72 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 Dprint-llc.c131 { 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 Dprint-ether.c50 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 Dprint-gre.c192 tok2str(ethertype_values,"unknown",prot), prot); in gre_print_0()
290 tok2str(ethertype_values,"unknown",prot), prot); in gre_print_1()
H A Dethertype.h219 extern const struct tok ethertype_values[];
H A Dprint-arp.c278 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 Dprint-geneve.c200 tok2str(ethertype_values, "unknown", prot), prot); in geneve_print()
H A Dprint-chdlc.c65 tok2str(ethertype_values, "Unknown", proto), in chdlc_print()
H A Dprint-dsa.c189 tok2str(ethertype_values, "Unknown", edsa_etype)); in edsa_tag_print()
H A Dprint-rsvp.c1009 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 Dprint-fr.c215 tok2str(ethertype_values, "unknown", nlpid), in fr_hdr_print()