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:htonl
(Results
1 - 10
of
10
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
def.h
85
#ifdef
htonl
86
#define lwip_htonl
htonl
93
#define
htonl
lwip_htonl
macro
94
#endif /*
htonl
*/
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/arpa/
H
A
D
inet.h
16
uint32_t
htonl
(uint32_t);
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/arch/
H
A
D
cc.h
120
#define LWIP_PLATFORM_HTONL(x)
htonl
(x)
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H
A
D
endian.h
81
#define
htonl
(x) __bswap32(x)
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_net_api.h
288
#define
htonl
(x) lwip_htonl(x)
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/
H
A
D
in.h
76
uint32_t
htonl
(uint32_t);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_netbuf.h
35
#define oal_host2net_long(_x)
htonl
(_x)
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_general.c
1124
srv_addr.sin_addr.s_addr =
htonl
(INADDR_ANY);
in ip_start_udp()
1437
srv_addr.sin_addr.s_addr =
htonl
(INADDR_ANY);
in ip_tcp_server_start()
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
H
A
D
dwmac-rk-tool.c
420
ihdr->saddr =
htonl
(attr->ip_src);
in dwmac_rk_get_skb()
421
ihdr->daddr =
htonl
(attr->ip_dst);
in dwmac_rk_get_skb()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac-rk-tool.c
428
ihdr->saddr =
htonl
(attr->ip_src);
in dwmac_rk_get_skb()
429
ihdr->daddr =
htonl
(attr->ip_dst);
in dwmac_rk_get_skb()
Completed in 13 milliseconds