/external/tcpdump/ |
print-ap1394.c | 66 tok2str(ethertype_values,"Unknown", firewire_type), 69 ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", firewire_type)));
|
print-symantec.c | 55 tok2str(ethertype_values,"Unknown", etype), 61 ND_PRINT((ndo, "%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype)));
|
print-sll.c | 181 tok2str(ethertype_values, "Unknown", ether_type), 291 tok2str(ethertype_values, "Unknown", ether_type)));
|
print-ether.c | 35 const struct tok ethertype_values[] = { variable in typeref:struct:tok 108 tok2str(ethertype_values,"Unknown", ether_type), 114 ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ether_type))); 193 ND_PRINT((ndo, "ethertype %s, ", tok2str(ethertype_values,"0x%04x", ether_type)));
|
ethertype.h | 200 extern const struct tok ethertype_values[];
|
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 */
|
print-gre.c | 189 tok2str(ethertype_values,"unknown",prot), 283 tok2str(ethertype_values,"unknown",prot),
|
print-chdlc.c | 67 tok2str(ethertype_values, "Unknown", proto),
|
print-geneve.c | 181 tok2str(ethertype_values, "unknown", prot), prot));
|
print-arp.c | 226 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro), 342 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro),
|
print-rsvp.c | [all...] |
print-fr.c | 211 tok2str(ethertype_values, "unknown", nlpid),
|