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:xid
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/include/
H
A
D
dhcp_message.h
52
uint32_t
xid
;
member
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H
A
D
mock_custom_func.cpp
76
getPacket->
xid
= testMachine->GetDhcpTransID();
in __wrap_GetDhcpRawPacket()
111
getPacket->
xid
= 1;
in __wrap_GetDhcpKernelPacket()
H
A
D
dhcp_socket_test.cpp
152
packet.
xid
= 123456;
in HWTEST_F()
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H
A
D
dhcp_message_sim.cpp
268
msg->packet.
xid
= GetXid(DHCP_TRUE);
in InitMessage()
270
msg->packet.
xid
= GetXid(DHCP_FALSE);
in InitMessage()
/foundation/communication/dhcp/services/dhcp_client/src/
H
A
D
dhcp_client_state_machine.cpp
667
packet.
xid
= transid;
in DhcpReboot()
892
m_transID = packet->
xid
;
in DhcpOfferPacketHandle()
899
"DhcpOfferPacketHandle() receive DHCP_OFFER,
xid
:%{public}u, requestIp: host %{private}u->%{private}s.",
in DhcpOfferPacketHandle()
1405
if (packet.
xid
!= m_transID) {
in DhcpResponseHandle()
1406
DHCP_LOGW("DhcpResponseHandle get
xid
:%{public}u and m_transID:%{public}u not same!", packet.
xid
, m_transID);
in DhcpResponseHandle()
1632
packet.
xid
= transid;
in DhcpDiscover()
1665
packet.
xid
= transid;
in DhcpRequest()
1700
packet.
xid
= transid;
in DhcpRenew()
1737
packet.
xid
in DhcpRelease()
[all...]
/foundation/communication/dhcp/services/dhcp_client/include/
H
A
D
dhcp_client_def.h
343
uint32_t
xid
;
member
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_s_server.cpp
727
if (received->packet.
xid
) {
in FillReply()
728
reply->packet.
xid
= received->packet.
xid
;
in FillReply()
1725
DHCP_LOGD("option list size:%zu
xid
:%u", msg->options.size, msg->packet.
xid
);
in ParseMessageOptions()
Completed in 13 milliseconds