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:hlen
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/include/
H
A
D
dhcp_message.h
50
uint8_t
hlen
;
member
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H
A
D
dhcp_s_server_test.cpp
155
msgInfo.packet.
hlen
= 128;
in HWTEST_F()
156
ret = ReceiveDhcpMessage(1, &msgInfo); //
hlen
error
in HWTEST_F()
158
msgInfo.packet.
hlen
= 16;
in HWTEST_F()
H
A
D
dhcp_message_sim.cpp
266
msg->packet.
hlen
= MAC_ADDR_LENGTH;
in InitMessage()
/foundation/communication/dhcp/services/dhcp_client/include/
H
A
D
dhcp_client_def.h
341
uint8_t
hlen
;
member
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_s_server.cpp
299
if (msgInfo->packet.
hlen
> DHCP_HWADDR_LENGTH) {
in ReceiveDhcpMessage()
300
DHCP_LOGW("
hlen
error!");
in ReceiveDhcpMessage()
324
reply->packet.
hlen
= OPT_MAC_ADDR_LENGTH;
in InitReply()
742
if (received->packet.
hlen
) {
in FillReply()
743
reply->packet.
hlen
= received->packet.
hlen
;
in FillReply()
/foundation/communication/dhcp/services/dhcp_client/src/
H
A
D
dhcp_client_state_machine.cpp
1521
packet->
hlen
= ETHERNET_LEN;
in GetPacketHeaderInfo()
Completed in 9 milliseconds