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:RTN_UNICAST
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H
A
D
route.h
31
RTN_UNICAST
= 1,
enumerator
41
int32_t rtnType_ =
RTN_UNICAST
;
/foundation/communication/netmanager_base/services/common/src/
H
A
D
route_utils.cpp
38
if (!(iter->rtnType_ ==
RTN_UNICAST
&& iter->destination_.prefixlen_ == 0)) {
in AddRoutesToLocal()
52
ipv6Rt.rtnType_ =
RTN_UNICAST
;
in AddRoutesToLocal()
133
case
RTN_UNICAST
:
in ModifyRoute()
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H
A
D
route_utils_test.cpp
38
route.rtnType_ =
RTN_UNICAST
;
in GetRoute()
84
route.rtnType_ =
RTN_UNICAST
;
in GetRoute3()
107
route.rtnType_ =
RTN_UNICAST
;
in GetRoute4()
167
route.rtnType_ =
RTN_UNICAST
;
in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_ext_test/
H
A
D
networkvpn_service_ext_test.cpp
72
route.rtnType_ =
RTN_UNICAST
;
in GetRouteInfo()
178
EXPECT_EQ(destRoute.rtnType_,
RTN_UNICAST
);
in HWTEST_F()
198
EXPECT_EQ(destRoute.rtnType_,
RTN_UNICAST
);
in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_client/src/
H
A
D
dhcp_ipv6_event.cpp
78
(rtMsg->rtm_scope != RT_SCOPE_UNIVERSE) || (rtMsg->rtm_type !=
RTN_UNICAST
) ||
in parseNDRouteMessage()
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H
A
D
dhcp_ipv6_client_test.cpp
314
rtMsg.rtm_type =
RTN_UNICAST
;
in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H
A
D
wrapper_decoder.cpp
502
(rtm->rtm_scope != RT_SCOPE_UNIVERSE) || (rtm->rtm_type !=
RTN_UNICAST
) || (rtm->rtm_src_len != 0) ||
in CheckRtParam()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H
A
D
wrapper_decoder_test.cpp
265
prtmsg->rtm_type =
RTN_UNICAST
;
in InterpreteRtMsgTest001ParmaCheck()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H
A
D
route_manager.cpp
1158
msg.rtm_type =
RTN_UNICAST
;
in UpdateRouteRule()
Completed in 7 milliseconds