Home
last modified time | relevance | path

Searched refs:strOptRandIpv6Addr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h53 char strOptRandIpv6Addr[DHCP_MAX_FILE_BYTES]; /* your (client) rand ipv6 addr */ member
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_event.cpp59 …if (strcpy_s(dhcpResult.strOptRandIpv6Addr, DHCP_MAX_FILE_BYTES, result.strRandIpv6Addr.c_str()) !… in ResultInfoCopy()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp4270 … if (strcpy_s(dest->strOptRandIpv6Addr, DHCP_MAX_FILE_BYTES, source->strOptRandIpv6Addr) != EOK) { in SaveDhcpResultExt()
4457 (ipv6Info.randGlobalIpV6Address != result->strOptRandIpv6Addr) || in TryToSaveIpV6Result()
4463 ipv6Info.randGlobalIpV6Address = result->strOptRandIpv6Addr; in TryToSaveIpV6Result()