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

  /external/tcpdump/
print-ap1394.c 68 tok2str(ethertype_values,"Unknown", ntohs(fp->firewire_type)),
71 (void)printf(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ntohs(fp->firewire_type)));
print-symantec.c 61 tok2str(ethertype_values,"Unknown", etype),
67 (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype));
print-ether.c 41 const struct tok ethertype_values[] = { variable in typeref:struct:tok
94 tok2str(ethertype_values,"Unknown", ntohs(ep->ether_type)),
100 (void)printf(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ntohs(ep->ether_type)));
237 tok2str(ethertype_values,"0x%04x", ether_type));
264 tok2str(ethertype_values,"0x%04x", ether_type));
ethertype.h 143 extern const struct tok ethertype_values[];
print-sll.c 101 tok2str(ethertype_values, "Unknown", ether_type),
print-llc.c 136 { OUI_ENCAP_ETHER, ethertype_values },
137 { OUI_CISCO_90, ethertype_values }, /* uses some Ethertype values */
138 { OUI_APPLETALK, ethertype_values }, /* uses some Ethertype values */
print-gre.c 197 tok2str(ethertype_values,"unknown",prot),
290 tok2str(ethertype_values,"unknown",prot),
print-chdlc.c 74 tok2str(ethertype_values, "Unknown", proto),
print-rsvp.c     [all...]
print-fr.c 197 tok2str(ethertype_values, "unknown", nlpid),

Completed in 309 milliseconds