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:ntohs
(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
95
#ifdef
ntohs
96
#define lwip_ntohs
ntohs
103
#define
ntohs
lwip_ntohs
macro
104
#endif /*
ntohs
*/
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/arpa/
H
A
D
inet.h
19
uint16_t
ntohs
(uint16_t);
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H
A
D
endian.h
84
#define
ntohs
(x) __bswap16(x)
macro
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_linux_pktdump.c
1023
uint8 *ptr, *opt, *end = (uint8 *) b +
ntohs
(b->iph.tot_len);
in dhd_dhcp_dump()
1050
if (
ntohs
(iph->tot_len) <
ntohs
(b->udph.len) + sizeof(struct bcmudp_hdr)) {
in dhd_dhcp_dump()
1060
len =
ntohs
(b->udph.len) - sizeof(struct bcmudp_hdr);
in dhd_dhcp_dump()
1150
if (
ntohs
(iph->tot_len) - IPV4_HLEN(iph) < sizeof(struct bcmicmp_hdr)) {
in dhd_icmp_dump()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_net_api.h
284
* 8、LWIP协议栈bsd socket htons/
ntohs
/ntohl转换
287
#define
ntohs
(x) lwip_ntohs(x)
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/
H
A
D
in.h
79
uint16_t
ntohs
(uint16_t);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_netbuf.h
34
#define oal_net2host_short(_x)
ntohs
(_x)
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
H
A
D
net_adpater.c
272
etherType =
ntohs
(header->etherType);
in SpecialEtherTypeProcess()
Completed in 10 milliseconds