Searched refs:arc_type (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcpdump-61/tcpdump/
H A Darcnet.h45 u_int8_t arc_type; member in struct:arc_header
56 u_int8_t arc_type2; /* same as arc_type */
90 u_int8_t arc_type; member in struct:arc_linux_header
H A Dprint-arcnet.c76 arctypename = tok2str(arctypemap, "%02x", ap->arc_type);
119 u_char arc_type; local
127 arc_type = ap->arc_type;
129 switch (arc_type) {
182 if (!arcnet_encap_print(arc_type, p, length, caplen))
206 u_char arc_type; local
214 arc_type = ap->arc_type;
216 switch (arc_type) {
[all...]

Completed in 117 milliseconds