HomeSort by: relevance | last modified time | path
    Searched defs:arc_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-arcnet.c 48 nd_uint8_t arc_type; member in struct:arc_header
59 nd_uint8_t arc_type2; /* same as arc_type */
93 nd_uint8_t arc_type; member in struct:arc_linux_header
141 arctypename = tok2str(arctypemap, "%02x", GET_U_1(ap->arc_type));
193 u_char arc_type; local
202 arc_type = GET_U_1(ap->arc_type);
204 switch (arc_type) {
260 if (!arcnet_encap_print(ndo, arc_type, p, length, caplen))
284 u_char arc_type; local
    [all...]
print-arcnet.c 48 nd_uint8_t arc_type; member in struct:arc_header
59 nd_uint8_t arc_type2; /* same as arc_type */
93 nd_uint8_t arc_type; member in struct:arc_linux_header
141 arctypename = tok2str(arctypemap, "%02x", GET_U_1(ap->arc_type));
193 u_char arc_type; local
202 arc_type = GET_U_1(ap->arc_type);
204 switch (arc_type) {
260 if (!arcnet_encap_print(ndo, arc_type, p, length, caplen))
284 u_char arc_type; local
    [all...]
  /src/sys/net/
if_arc.h 53 uint8_t arc_type; member in struct:arc_header
64 uint8_t arc_type2; /* same as arc_type */
if_arc.h 53 uint8_t arc_type; member in struct:arc_header
64 uint8_t arc_type2; /* same as arc_type */

Completed in 96 milliseconds