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:FILLP_HTONS
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H
A
D
fillp_os.h
46
#define
FILLP_HTONS
(x) FILLP_NTOHS(x)
macro
53
#define
FILLP_HTONS
(x) (x)
macro
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H
A
D
fillp_conn.c
47
tmpHead1->flag =
FILLP_HTONS
(flag);
in FillpConnReqInputTrace()
48
tmpHead1->dataLen =
FILLP_HTONS
(pktHdr->dataLen);
in FillpConnReqInputTrace()
416
tmpHead->flag =
FILLP_HTONS
(pktHdr->flag);
in FillpConnReqAckTrace()
417
tmpHead->dataLen =
FILLP_HTONS
(pktHdr->dataLen);
in FillpConnReqAckTrace()
713
tempHdr->flag =
FILLP_HTONS
(pktHdr->flag);
in FillpConnConfirmTrace()
714
tempHdr->dataLen =
FILLP_HTONS
(pktHdr->dataLen);
in FillpConnConfirmTrace()
1013
tmpHeader->flag =
FILLP_HTONS
(pktHdr->flag);
in FillpConnConfirmAckTrace()
1014
tmpHeader->dataLen =
FILLP_HTONS
(pktHdr->dataLen);
in FillpConnConfirmAckTrace()
1164
tmpHead->flag =
FILLP_HTONS
(flag);
in FillpFinInputTrace()
1165
tmpHead->dataLen =
FILLP_HTONS
(pktHd
in FillpFinInputTrace()
[all...]
H
A
D
fillp_common.c
490
pktHead->flag =
FILLP_HTONS
(pktHead->flag);
in FillpSendNack()
494
pktHead->dataLen =
FILLP_HTONS
(pktHead->dataLen);
in FillpSendNack()
782
pktHead->flag =
FILLP_HTONS
(pktHead->flag);
in FillpBuildAndSendPack()
784
pktHead->dataLen =
FILLP_HTONS
(pktHead->dataLen);
in FillpBuildAndSendPack()
790
pack->flag =
FILLP_HTONS
(pack->flag);
in FillpBuildAndSendPack()
791
pack->pktLoss =
FILLP_HTONS
(pcb->statistics.pack.periodRecvPktLoss);
in FillpBuildAndSendPack()
798
pack->optsOffset =
FILLP_HTONS
(pack->optsOffset);
in FillpBuildAndSendPack()
H
A
D
fillp_output.c
233
*(FILLP_UINT16 *)(dataOptionAddr) =
FILLP_HTONS
(offset);
in FillpBuildPktDataOptions()
263
pktHdr->flag =
FILLP_HTONS
(flag);
in FillpBuildDataPkt()
267
pktHdr->dataLen =
FILLP_HTONS
(item->dataLen);
in FillpBuildDataPkt()
H
A
D
fillp_input.c
341
tmpHead->flag =
FILLP_HTONS
(pktHdr->flag);
in FillpNackInputTrace()
342
tmpHead->dataLen =
FILLP_HTONS
(pktHdr->dataLen);
in FillpNackInputTrace()
528
tmpHead->flag =
FILLP_HTONS
(pktHdr->flag);
in FillpPackInputSendMsgTrace()
529
tmpHead->dataLen =
FILLP_HTONS
(pktHdr->dataLen);
in FillpPackInputSendMsgTrace()
H
A
D
fillp_frame.c
177
frameOpt->seqNum =
FILLP_HTONS
((FILLP_UINT16)info->seqNum);
in FillpFrameBuildOption()
Completed in 7 milliseconds