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:ipv4
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
bcmip.h
232
#define IPV4_MCAST_TO_ETHER_MCAST(
ipv4
, ether) \
237
ether[3] = (
ipv4
& 0x7f0000) >> 16; \
238
ether[4] = (
ipv4
& 0xff00) >> 8; \
239
ether[5] = (
ipv4
& 0xff); \
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H
A
D
ipv4.h
4
#define TRACE_SYSTEM
ipv4
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
nat64.h
83
* This API is used to hook the
ipv4
input packets in two different situations:
102
* 1) when the packet is received by the mesh interface in a mesh gate, if non-mesh interface is
ipv4
.
103
* 2) when the packet is received by the mesh interface in a mesh BR, if non-mesh interface is
ipv4
.
120
* This API is used to translate the ip header from ipv6 to
ipv4
136
* This API is used to translate the ip header from
ipv4
to ipv6
168
u32_t lifetime, uint32_t *
ipv4
);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
hi_wifi_driver_api.c
1446
ip_addr_cfg.ip.
ipv4
= ip;
in hi_wifi_arp_offload_setting()
1449
*(((hi_char *)&ip_addr_cfg.ip.
ipv4
) + 2), *(((hi_char *)&ip_addr_cfg.ip.
ipv4
) + 3)); /* 2/3 偏置 */
in hi_wifi_arp_offload_setting()
1511
ip_addr_cfg.ip.
ipv4
= ip;
in hi_wifi_dhcp_offload_setting()
1514
*(((hi_char *)&ip_addr_cfg.ip.
ipv4
) + 2), *(((hi_char *)&ip_addr_cfg.ip.
ipv4
) + 3)); /* 2/3 偏置 */
in hi_wifi_dhcp_offload_setting()
H
A
D
wal_hipriv.c
5057
ret = wal_hipriv_offload_parse_ipv4(name, &ip->ip.
ipv4
);
in wal_hipriv_offload_build_ipv4()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_cfg.h
705
hi_u32
ipv4
; /* 注意:网络字节序、大端。 */
member
Completed in 17 milliseconds