OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 138 milliseconds