Searched defs:ethertype_values (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-ether.c35 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)));

Completed in 51 milliseconds