Home
last modified time | relevance | path

Searched refs:getAddrScope (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_ipv6_client.h69 int getAddrScope(const struct in6_addr *addr);
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_ipv6_client_test.cpp134 EXPECT_EQ(IPV6_RETURN_32, ipv6Client->getAddrScope(nullptr));
135 EXPECT_EQ(IPV6_RETURN_ZERO, ipv6Client->getAddrScope(&addr));
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_client.cpp217 int DhcpIpv6Client::getAddrScope(const struct in6_addr *addr) in getAddrScope() function in OHOS::DHCP::DhcpIpv6Client
282 int scope = getAddrScope(addr); in onIpv6AddressAddEvent()
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp130 ipv6Client->getAddrScope(&addr); in GetAddrScopeFuzzerTest()