HomeSort by relevance Sort by last modified time
    Searched full:ethertype_values (Results 1 - 11 of 11) sorted by null

  /external/tcpdump/
print-ap1394.c 72 tok2str(ethertype_values,"Unknown", firewire_type),
75 (void)printf(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", firewire_type));
print-symantec.c 62 tok2str(ethertype_values,"Unknown", etype),
68 (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype));
print-ether.c 42 const struct tok ethertype_values[] = { variable in typeref:struct:tok
113 tok2str(ethertype_values,"Unknown", ether_type),
119 (void)ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ether_type)));
201 ND_PRINT((ndo, "ethertype %s, ", tok2str(ethertype_values,"0x%04x", ether_type)));
print-sll.c 101 tok2str(ethertype_values, "Unknown", ether_type),
214 tok2str(ethertype_values, "Unknown", ether_type));
print-llc.c 139 { OUI_ENCAP_ETHER, ethertype_values },
140 { OUI_CISCO_90, ethertype_values }, /* uses some Ethertype values */
141 { OUI_APPLETALK, ethertype_values }, /* uses some Ethertype values */
print-arp.c 229 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro),
345 tok2str(ethertype_values, "Unknown Protocol (0x%04x)", pro),
print-gre.c 197 tok2str(ethertype_values,"unknown",prot),
293 tok2str(ethertype_values,"unknown",prot),
ethertype.h 196 extern const struct tok ethertype_values[];
print-chdlc.c 74 tok2str(ethertype_values, "Unknown", proto),
print-rsvp.c     [all...]
print-fr.c 209 tok2str(ethertype_values, "unknown", nlpid),

Completed in 177 milliseconds