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:Ipv6PrefixLen
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H
A
D
ethernet_lan_management.cpp
87
: ((family == AF_INET6) ? CommonUtils::
Ipv6PrefixLen
(inetAddr.netMask_)
in ReleaseLanNetLink()
119
: ((family == AF_INET6) ? CommonUtils::
Ipv6PrefixLen
(inetAddr.netMask_)
in SetIp()
142
: ((family == AF_INET6) ? CommonUtils::
Ipv6PrefixLen
(inetAddr.netMask_)
in DelIp()
H
A
D
ethernet_configuration.cpp
265
? static_cast<uint8_t>(CommonUtils::
Ipv6PrefixLen
(dhcpResult.subNet))
in ConvertToConfiguration()
604
(maskFamily == AF_INET6) ? static_cast<uint32_t>(CommonUtils::
Ipv6PrefixLen
(netMask.address_))
in ParserIfaceIpAndRoute()
616
route.prefixlen_ = (maskFamily == AF_INET6) ? static_cast<uint32_t>(CommonUtils::
Ipv6PrefixLen
(routeMask))
in ParserIfaceIpAndRoute()
H
A
D
dev_interface_state.cpp
409
? static_cast<uint32_t>(CommonUtils::
Ipv6PrefixLen
(netMask.address_))
in GetRoutePrefixlen()
/foundation/communication/netmanager_base/utils/common_utils/include/
H
A
D
netmanager_base_common_utils.h
61
int32_t
Ipv6PrefixLen
(const std::string &ip);
/foundation/communication/netmanager_base/test/netmanagerutils/unittest/netmanager_base_common_test/
H
A
D
ut_netmanager_base_common.cpp
640
auto result = CommonUtils::
Ipv6PrefixLen
(ip);
in HWTEST_F()
643
result = CommonUtils::
Ipv6PrefixLen
(TEST_IP);
in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
network.cpp
304
: ((family == AF_INET6) ?
Ipv6PrefixLen
(inetAddr.netMask_)
in UpdateIpAddrs()
341
: ((family == AF_INET6) ?
Ipv6PrefixLen
(inetAddr.netMask_)
in HandleUpdateIpAddrs()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/context/
H
A
D
setup_context.cpp
230
iNetAddr.prefixlen_ = CommonUtils::
Ipv6PrefixLen
(iNetAddr.address_);
in ParseAddress()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/context/
H
A
D
setup_context_ext.cpp
207
iNetAddr.prefixlen_ = CommonUtils::
Ipv6PrefixLen
(iNetAddr.address_);
in ParseAddress()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
net_vpn_impl.cpp
322
ipv6DefaultRoute.destination_.prefixlen_ = CommonUtils::
Ipv6PrefixLen
(IPV6_DEFAULT_ROUTE_ADDR);
in SetIpv6DefaultRoute()
/foundation/communication/netmanager_base/utils/common_utils/src/
H
A
D
netmanager_base_common_utils.cpp
286
int32_t
Ipv6PrefixLen
(const std::string &ip)
in Ipv6PrefixLen()
function
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H
A
D
vpn_config_utils.cpp
292
iNetAddr.prefixlen_ = CommonUtils::
Ipv6PrefixLen
(iNetAddr.address_);
in ParseAddress()
Completed in 11 milliseconds