HomeSort by: relevance | last modified time | path
    Searched refs:arc_type (Results 1 - 3 of 3) 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...]
  /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_arcsubr.c 235 atype = cah->arc_type;
273 ah->arc_type = atype;
316 ah->arc_type = atype;
322 ah->arc_type = atype;
362 typ = ah->arc_type;
422 if (typ != ah1->arc_type) {
525 atype = ah->arc_type;

Completed in 15 milliseconds