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
defs:ipv6Addr
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H
A
D
netsys_net_diag_data.cpp
520
std::string
ipv6Addr
;
in Unmarshalling()
local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H
A
D
wrapper_decoder_test.cpp
219
in6_addr *
ipv6Addr
= reinterpret_cast<struct in6_addr *>(RTA_DATA(prtattr));
in HWTEST_F()
local
/foundation/communication/netmanager_base/test/netmanagerutils/unittest/netmanager_base_common_test/
H
A
D
ut_netmanager_base_common.cpp
627
std::string
ipv6Addr
= TEST_IP;
in HWTEST_F()
local
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H
A
D
dhcp_ipv6_client_test.cpp
182
char
ipv6Addr
[] = "192.168.1.10";
in HWTEST_F()
local
377
char
ipv6Addr
[128] = "1001:0db8:85a3:0000:0000:8a2e:0370:7334";
in HWTEST_F()
local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H
A
D
ipv6_address.cpp
42
struct in6_addr
ipv6Addr
= IN6ADDR_ANY_INIT;
in IsValidIPv6()
local
172
struct in6_addr
ipv6Addr
= IN6ADDR_ANY_INIT;
in GetIn6Addr()
local
188
std::string Ipv6Address::GetPrefixByAddr(const std::string &
ipv6Addr
, unsigned int prefixLen)
in GetPrefixByAddr()
argument
301
struct in6_addr
ipv6Addr
in GetRandomAddr()
local
[all...]
/foundation/communication/netmanager_base/utils/common_utils/src/
H
A
D
netmanager_base_common_utils.cpp
172
std::string GetIpv6Prefix(const std::string &
ipv6Addr
, uint8_t prefixLen)
in GetIpv6Prefix()
argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H
A
D
wrapper_decoder.cpp
399
in6_addr *
ipv6Addr
= reinterpret_cast<in6_addr *>(RTA_DATA(rta));
in InterpreteIFaceAddr()
local
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H
A
D
networkshare_sub_statemachine.cpp
260
char
ipv6Addr
[INET6_ADDRSTRLEN] = {};
in GetShareIpv6Prefix()
local
/foundation/communication/dhcp/services/dhcp_client/src/
H
A
D
dhcp_ipv6_client.cpp
230
void DhcpIpv6Client::GetIpv6Prefix(const char*
ipv6Addr
, char* ipv6PrefixBuf, uint8_t prefixLen)
in GetIpv6Prefix()
argument
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H
A
D
socket_app.c
1272
struct sockaddr_in6 *
ipv6Addr
= (struct sockaddr_in6 *)name;
in SockBindConnectValidateParams()
local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H
A
D
fillp_conn.c
951
FILLP_CONST struct sockaddr_in6 *
ipv6Addr
= (FILLP_CONST struct sockaddr_in6 *)&confirmAck->remoteAddr;
in FillpCheckandcopyConfirmAckAddr()
local
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H
A
D
dhcpclientfun_fuzzer.cpp
135
char
ipv6Addr
[DHCP_INET6_ADDRSTRLEN] = "1122:2233:3344:0000:0000:4433:3322:2211";
in GetIpv6PrefixFuzzerTest()
local
Completed in 16 milliseconds