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

  /external/tcpdump/
print-lane.c 38 uint16_t h_type; member in struct:lecdatahdr_8023
  /external/toybox/toys/pending/
arp.c 218 int h_type, type, flag, i, fd, entries = 0, disp = 0; local
262 &h_type, &flag, hw_addr, mask, dev )) != 6) break;
264 if (((toys.optflags & FLAG_H) && (get_index(hwtype, TT.hw_type) != h_type))
280 if (hwtype[i].val & h_type) break;

Completed in 115 milliseconds