Home
last modified time | relevance | path

Searched defs:prefixLength (Results 1 - 25 of 36) sorted by relevance

12

/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dinterface_type.h29 int prefixLength; member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dbase_address.cpp27 BaseAddress::BaseAddress(const std::string &ip, size_t prefixLength, FamilyType family) in BaseAddress() argument
H A Dipv4_address.cpp43 Ipv4Address Ipv4Address::Create(const std::string &ipv4, size_t prefixLength) in Create() argument
53 size_t prefixLength = 0; in Create() local
69 size_t prefixLength = 0; in Create() local
84 Ipv4Address::Ipv4Address(const std::string &ipv4, size_t prefixLength) in Ipv4Address() argument
[all...]
H A Dip_tools.cpp125 std::string IpTools::ConvertIpv4Mask(int prefixLength) in ConvertIpv4Mask() argument
149 std::string IpTools::ConvertIpv6Mask(int prefixLength) in ConvertIpv6Mask() argument
157 stream << prefixLength; in ConvertIpv6Mask() local
[all...]
H A Dipv6_address.cpp61 size_t prefixLength = 0; in Create() local
78 Ipv6Address Ipv6Address::Create(const std::string &ipv6Prefix, MacAddress &mac, const size_t prefixLength) in Create() argument
98 Ipv6Address Ipv6Address::Create(const std::string &ipv6Prefix, const size_t prefixLength, unsigned int rndSeed) in Create() argument
108 Create(const struct in6_addr &i6Addr, const size_t prefixLength) Create() argument
120 Create(std::string ipv6, const size_t prefixLength) Create() argument
161 Ipv6Address(const std::string &ipv6, const size_t prefixLength) Ipv6Address() argument
217 GetIpv6Prefix(struct in6_addr &ip6Addr, size_t prefixLength) GetIpv6Prefix() argument
240 GetIpv6Mask(size_t prefixLength) GetIpv6Mask() argument
267 GetRandomAddr(const std::string &ipv6Prefix, int prefixLength) GetRandomAddr() argument
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dipv4_address_test.cpp49 size_t prefixLength = 0; in HWTEST_F() local
99 size_t prefixLength = EIGHT; in HWTEST_F() local
113 size_t prefixLength in HWTEST_F() local
127 size_t prefixLength = EIGHT; HWTEST_F() local
141 size_t prefixLength = EIGHT; HWTEST_F() local
155 size_t prefixLength = EIGHT; HWTEST_F() local
[all...]
H A Dipv6_address_test.cpp66 size_t prefixLength = HALF_PREFIX_LENGTH + 1; in HWTEST_F() local
84 size_t prefixLength = MAX_IPV6_LENGTH + 1; in HWTEST_F() local
107 size_t prefixLength = MAX_IPV6_LENGTH + 1; HWTEST_F() local
122 size_t prefixLength = MAX_IPV6_LENGTH + 1; HWTEST_F() local
179 size_t prefixLength = MAX_IPV6_LENGTH + 1; HWTEST_F() local
194 size_t prefixLength = MAX_IPV6_LENGTH + 1; HWTEST_F() local
214 size_t prefixLength = MAX_IPV6_LENGTH + 1; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_ip_manager_test.cpp199 int32_t prefixLength = 24; in HWTEST_F() local
H A Dnet_conn_client.cpp57 AddInterfaceAddress( const std::string &ifName, const std::string &ipAddr, int32_t prefixLength) AddInterfaceAddress() argument
67 DelInterfaceAddress( const std::string &ifName, const std::string &ipAddr, int32_t prefixLength) DelInterfaceAddress() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dinterface_manager_test.cpp269 int32_t prefixLength = 0; in HWTEST_F() local
282 int32_t prefixLength = 45; in HWTEST_F() local
291 int32_t prefixLength = 45; in HWTEST_F() local
305 int32_t prefixLength = 45; in HWTEST_F() local
313 int32_t prefixLength = 45; in HWTEST_F() local
322 int32_t prefixLength = 0; HWTEST_F() local
335 int32_t prefixLength = 45; HWTEST_F() local
343 int32_t prefixLength = 45; HWTEST_F() local
[all...]
H A Dnetsys_controller_service_impl_test.cpp439 int32_t prefixLength = 0; in HWTEST_F() local
H A Dnetsys_native_service_stub_test.cpp962 int32_t prefixLength = 10; in HWTEST_F() local
1098 uint32_t prefixLength = 0; in HWTEST_F() local
H A Dnetsys_native_service_test.cpp239 int32_t prefixLength = 24; in HWTEST_F() local
248 int32_t prefixLength = 24; in HWTEST_F() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dnet_conn_client.cpp89 int32_t NetConnClient::DelInterfaceAddress(const std::string &ifName, const std::string &ipAddr, int32_t prefixLength) in DelInterfaceAddress() argument
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_ip_manager.cpp177 AddInterfaceAddress( const std::string &interface, const std::string &ipString, int32_t prefixLength) AddInterfaceAddress() argument
197 DeleteInterfaceAddress( const std::string &interface, const std::string &ipString, int32_t prefixLength) DeleteInterfaceAddress() argument
/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H A Dcommon.h53 int32_t prefixLength; member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_agent.cpp134 bool WifiNetAgent::AddRoute(const std::string interface, const std::string ipAddress, int prefixLength) in AddRoute() argument
166 bool WifiNetAgent::DelInterfaceAddress(const std::string interface, const std::string ipAddress, int prefixLength) in DelInterfaceAddress() argument
284 unsigned int prefixLength = local
381 unsigned int prefixLength local
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dinterface_manager.cpp247 int prefixLength = 0; in Ipv4NetmaskToPrefixLength() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_client_test.cpp1183 int32_t prefixLength = 23; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp1371 int32_t prefixLength = 0; in OnAddInterfaceAddress() local
1396 int32_t prefixLength = 0; in OnDelInterfaceAddress() local
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp1429 AddInterfaceAddress(const std::string &ifName, const std::string &ipAddr, int32_t prefixLength) AddInterfaceAddress() argument
1460 DelInterfaceAddress(const std::string &ifName, const std::string &ipAddr, int32_t prefixLength) DelInterfaceAddress() argument
/foundation/communication/netmanager_base/test/fuzztest/netconnclient_fuzzer/
H A Dnet_conn_client_fuzzer.cpp1067 int32_t prefixLength = NetConnGetData<int32_t>(); in AddInterfaceAddressFuzzTest() local
1115 int32_t prefixLength = NetConnGetData<int32_t>(); in DelInterfaceAddressFuzzTest() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp810 int32_t prefixLength = 23; in HWTEST_F() local
819 int32_t prefixLength = 23; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dmock_netsys_native_client.cpp186 AddInterfaceAddress(const std::string &ifName, const std::string &ipAddr, int32_t prefixLength) AddInterfaceAddress() argument
194 DelInterfaceAddress(const std::string &ifName, const std::string &ipAddr, int32_t prefixLength) DelInterfaceAddress() argument
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp779 AddInterfaceAddress(const std::string &ifName, const std::string &ipAddr, int32_t prefixLength) AddInterfaceAddress() argument
792 DelInterfaceAddress(const std::string &ifName, const std::string &ipAddr, int32_t prefixLength) DelInterfaceAddress() argument

Completed in 29 milliseconds

12