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:lwip_htonl
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
ip6_addr.h
84
#define IP6_ADDR_BLOCK1(ip6addr) ((u16_t)((
lwip_htonl
((ip6addr)->addr[0]) >> 16) & 0xffff))
86
#define IP6_ADDR_BLOCK2(ip6addr) ((u16_t)((
lwip_htonl
((ip6addr)->addr[0])) & 0xffff))
88
#define IP6_ADDR_BLOCK3(ip6addr) ((u16_t)((
lwip_htonl
((ip6addr)->addr[1]) >> 16) & 0xffff))
90
#define IP6_ADDR_BLOCK4(ip6addr) ((u16_t)((
lwip_htonl
((ip6addr)->addr[1])) & 0xffff))
92
#define IP6_ADDR_BLOCK5(ip6addr) ((u16_t)((
lwip_htonl
((ip6addr)->addr[2]) >> 16) & 0xffff))
94
#define IP6_ADDR_BLOCK6(ip6addr) ((u16_t)((
lwip_htonl
((ip6addr)->addr[2])) & 0xffff))
96
#define IP6_ADDR_BLOCK7(ip6addr) ((u16_t)((
lwip_htonl
((ip6addr)->addr[3]) >> 16) & 0xffff))
98
#define IP6_ADDR_BLOCK8(ip6addr) ((u16_t)((
lwip_htonl
((ip6addr)->addr[3])) & 0xffff))
159
/** Set address to ipv6 'any' (no need for
lwip_htonl
()) */
169
#define ip6_addr_set_hton(dest, src) do { (dest)->addr[0] = (src) == NULL ? 0 :
lwip_htonl
((sr
[all...]
H
A
D
def.h
86
#define
lwip_htonl
htonl
macro
89
#define
lwip_htonl
(x) ((u32_t)(x))
macro
91
u32_t
lwip_htonl
(u32_t x);
93
#define htonl
lwip_htonl
H
A
D
dhcp.h
93
(_ip) = (((_serv_ip) & (_mask)) |
lwip_htonl
(_ipaddr)); \
H
A
D
ip4_addr.h
115
/** Set address to IPADDR_ANY (no need for
lwip_htonl
()) */
124
#define ip4_addr_set_hton(dest, src) ((dest)->addr = ((src) == NULL ? 0 :
lwip_htonl
((src)->addr)))
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_net_api.h
288
#define htonl(x)
lwip_htonl
(x)
293
#define
lwip_htonl
(x) LWIP_PLATFORM_HTONL(x)
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
H
A
D
ip6.h
217
#define IP6H_VTCFL_SET(hdr, v, tc, fl) (hdr)->_v_tc_fl = (
lwip_htonl
((((u32_t)(v)) << 28) | (((u32_t)(tc)) << 20) | (fl)))
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
H
A
D
tcp_priv.h
408
#define TCP_BUILD_MSS_OPTION(mss)
lwip_htonl
(0x02040000 | ((u32_t)((mss) & 0xFFFF)))
Completed in 6 milliseconds