Home
last modified time | relevance | path

Searched refs:RTN_UNICAST (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Droute.h31 RTN_UNICAST = 1, enumerator
41 int32_t rtnType_ = RTN_UNICAST;
/foundation/communication/netmanager_base/services/common/src/
H A Droute_utils.cpp38 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 Droute_utils_test.cpp38 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 Dnetworkvpn_service_ext_test.cpp72 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 Ddhcp_ipv6_event.cpp78 (rtMsg->rtm_scope != RT_SCOPE_UNIVERSE) || (rtMsg->rtm_type != RTN_UNICAST) || in parseNDRouteMessage()
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_ipv6_client_test.cpp314 rtMsg.rtm_type = RTN_UNICAST; in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp502 (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 Dwrapper_decoder_test.cpp265 prtmsg->rtm_type = RTN_UNICAST; in InterpreteRtMsgTest001ParmaCheck()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Droute_manager.cpp1158 msg.rtm_type = RTN_UNICAST; in UpdateRouteRule()

Completed in 7 milliseconds