Home
last modified time | relevance | path

Searched refs:GetIpFromS6Address (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_event.cpp92 if (GetIpFromS6Address(RTA_DATA(rtaInfo), rtmFamily, gateway, sizeof(gateway)) != 0) { in parseNDRouteMessage()
98 if (GetIpFromS6Address(RTA_DATA(rtaInfo), rtmFamily, dst, sizeof(dst)) != 0) { in parseNDRouteMessage()
132 if (GetIpFromS6Address(addr, ndm->ndm_family, gateway, in parseNewneighMessage()
H A Ddhcp_ipv6_client.cpp263 int DhcpIpv6Client::GetIpFromS6Address(void* addr, int family, char* buf, int buflen) in GetIpFromS6Address() function in OHOS::DHCP::DhcpIpv6Client
266 DHCP_LOGE("GetIpFromS6Address failed"); in GetIpFromS6Address()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_ipv6_client.h69 int GetIpFromS6Address(void* addr, int family, char* buf, int buflen);
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_ipv6_client_test.cpp196 EXPECT_EQ(ipv6Client->GetIpFromS6Address(addr, 1, buf, BUF_LEN), IPV6_OPT_FAILED); in HWTEST_F()
197 EXPECT_EQ(ipv6Client->GetIpFromS6Address(addr, 1, buf, BUF_LEN_2), IPV6_OPT_FAILED); in HWTEST_F()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp148 ipv6Client->GetIpFromS6Address(&addr, family, buf, buflen); in GetIpFromS6AddressFuzzerTest()

Completed in 5 milliseconds