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

  /external/tcpdump/
arcnet.h 45 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
print-arcnet.c 75 arctypename = tok2str(arctypemap, "%02x", ap->arc_type);
118 u_char arc_type; local
126 arc_type = ap->arc_type;
128 switch (arc_type) {
181 if (!arcnet_encap_print(arc_type, p, length, caplen))
205 u_char arc_type; local
213 arc_type = ap->arc_type;
215 switch (arc_type) {
    [all...]

Completed in 58 milliseconds