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:IPV6
(Results
1 - 16
of
16
) sorted by relevance
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H
A
D
wifi_net_agent.cpp
295
netIpv6Addr->type_ = NetManagerStandard::INetAddr::
IPV6
;
296
netIpv6Addr->family_ = NetManagerStandard::INetAddr::
IPV6
;
338
ipv6dns->type_ = NetManagerStandard::INetAddr::
IPV6
;
339
ipv6dns->family_ = NetManagerStandard::INetAddr::
IPV6
;
367
ipv6route->destination_.type_ = NetManagerStandard::INetAddr::
IPV6
;
368
ipv6route->destination_.family_ = NetManagerStandard::INetAddr::
IPV6
;
372
ipv6route->gateway_.family_ = NetManagerStandard::INetAddr::
IPV6
;
397
ipv6route->destination_.type_ = NetManagerStandard::INetAddr::
IPV6
;
/foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient/include/
H
A
D
mdns_service_info.h
31
IPV6
= 1,
enumerator
/foundation/communication/netmanager_base/interfaces/innerkits/include/
H
A
D
inet_addr.h
30
IPV6
= 0x02,
enumerator
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_info_test/
H
A
D
inet_addr_test.cpp
35
IPV6
= 0x02,
in GetINetAddrData()
enumerator
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H
A
D
inet_addr_test.cpp
35
IPV6
= 0x02,
in GetINetAddrData()
enumerator
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H
A
D
wifi_direct_types.h
130
IPV6
enumerator
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/contexts/
H
A
D
mdns_base_context.cpp
41
serviceInfo_.family = MDnsServiceInfo::
IPV6
;
in ParseAddressObj()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
net_vpn_impl.cpp
294
dns.type_ = INetAddr::IpType::
IPV6
;
in UpdateNetLinkInfo()
320
ipv6DefaultRoute.destination_.type_ = INetAddr::
IPV6
;
in SetIpv6DefaultRoute()
/foundation/communication/netmanager_base/services/common/src/
H
A
D
route_utils.cpp
46
ipv6Rt.destination_.type_ = INetAddr::
IPV6
;
in AddRoutesToLocal()
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H
A
D
mdns_exec.cpp
163
int32_t family = serviceInfo.family == MDnsServiceInfo::
IPV6
? 0 : 1;
in CreateCallbackParam()
H
A
D
mdns_callback_observer.cpp
138
int32_t family = serviceInfo.family == MDnsServiceInfo::
IPV6
? 0 : 1;
in CreateCallbackParam()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H
A
D
clat_manager.cpp
153
v6Addr.type_ = INetAddr::
IPV6
;
in GenerateClatSrcAddr()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H
A
D
lnn_lane_link_p2p.c
631
wifiDirectInfo->ipAddrType = item->laneRequestInfo.isSupportIpv6 ?
IPV6
: IPV4;
in GetP2pLinkReqParamByChannelRequetId()
666
wifiDirectInfo->ipAddrType = item->laneRequestInfo.isSupportIpv6 ?
IPV6
: IPV4;
in GetP2pLinkReqParamByAuthHandle()
1583
item->laneRequestInfo.isSupportIpv6 = request->isSupportIpv6 ?
IPV6
: IPV4;
in AddP2pLinkReqItem()
1763
wifiDirectInfo->ipAddrType = item->laneRequestInfo.isSupportIpv6 ?
IPV6
: IPV4;
in GetAuthTriggerLinkReqParamByAuthHandle()
2126
wifiDirectInfo.ipAddrType = request->isSupportIpv6 ?
IPV6
: IPV4;
in OpenBleTriggerToConn()
2171
wifiDirectInfo.ipAddrType = request->isSupportIpv6 ?
IPV6
: IPV4;
in OpenActionToConn()
2302
wifiDirectInfo.ipAddrType = request->isSupportIpv6 ?
IPV6
: IPV4;
in ConnectWifiDirectWithReuse()
2526
request->isSupportIpv6 = p2pLinkReqInfo->laneRequestInfo.isSupportIpv6 ?
IPV6
: IPV4;
in GetRequest()
2648
info->ipAddrType = reqInfo->laneRequestInfo.isSupportIpv6 ?
IPV6
: IPV4;
in GenerateWifiDirectInfo()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
network.cpp
320
addrFamily = INetAddr::IpType::
IPV6
;
in UpdateIpAddrs()
770
[](const INetAddr &i) { return i.type_ != INetAddr::
IPV6
; })) {
in IsNat464Prefered()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H
A
D
dev_interface_state.cpp
181
netAddr.family_ = INetAddr::IpType::
IPV6
;
in RemoteUpdateNetLinkInfo()
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H
A
D
mdns_protocol_impl.cpp
843
info.family = result.ipv6 ? MDnsServiceInfo::
IPV6
: MDnsServiceInfo::IPV4;
in ConvertResultToInfo()
Completed in 14 milliseconds