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:ntohl
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
def.h
106
#ifdef
ntohl
107
#define lwip_ntohl
ntohl
114
#define
ntohl
lwip_ntohl
macro
115
#endif /*
ntohl
*/
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/arpa/
H
A
D
inet.h
18
uint32_t
ntohl
(uint32_t);
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H
A
D
endian.h
83
#define
ntohl
(x) __bswap32(x)
macro
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/
H
A
D
wifi_hotspot.c
238
*ip =
ntohl
(ip4_addr_get_u32(&clientIP));
in GetPeerSTAWifiIp()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_net_api.h
284
* 8、LWIP协议栈bsd socket htons/ntohs/
ntohl
转换
289
#define
ntohl
(x) lwip_ntohl(x)
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/
H
A
D
in.h
78
uint32_t
ntohl
(uint32_t);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_netbuf.h
36
#define oal_net2host_long(_x)
ntohl
(_x)
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H
A
D
block.c
920
result =
ntohl
(*blocks);
in mmc_sd_num_wr_blocks()
Completed in 11 milliseconds