Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hwtype
(Results
1 - 6
of
6
) sorted by relevance
/third_party/toybox/toys/pending/
H
A
D
arp.c
55
struct type
hwtype
[] = {
variable
220
if ((type = get_index(
hwtype
, TT.hw_type)) != ARPHRD_ETHER)
in arp_main()
249
if ((FLAG(H) && get_index(
hwtype
, TT.hw_type) != h_type) ||
in arp_main()
262
for (i = 0;
hwtype
[i].name; i++)
in arp_main()
263
if (
hwtype
[i].val & h_type) break;
in arp_main()
264
if (!
hwtype
[i].name) error_exit("unknown h/w type");
in arp_main()
269
} else printf(" %s [%s]", hw_addr,
hwtype
[i].name);
in arp_main()
H
A
D
dhcp6.c
103
uint16_t
hwtype
;
member
192
duid->
hwtype
= htons(1);
in fill_clientID()
H
A
D
dhcpd.c
215
uint16_t
hwtype
;
member
1862
(*server_duid_p).
hwtype
= htons(1);
in dhcpd_main()
/third_party/lwip/src/include/lwip/prot/
H
A
D
etharp.h
87
PACK_STRUCT_FIELD(u16_t
hwtype
);
/third_party/lwip/src/core/ipv4/
H
A
D
etharp.c
687
if ((hdr->
hwtype
!= PP_HTONS(LWIP_IANA_HWTYPE_ETHERNET)) ||
693
hdr->
hwtype
, (u16_t)hdr->hwlen, hdr->proto, (u16_t)hdr->protolen));
1180
hdr->
hwtype
= PP_HTONS(LWIP_IANA_HWTYPE_ETHERNET);
/third_party/lwip/test/unit/etharp/
H
A
D
test_etharp.c
93
etharphdr->
hwtype
= htons(LWIP_IANA_HWTYPE_ETHERNET);
in create_arp_response()
Completed in 8 milliseconds