Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h52 char strOptLinkIpv6Addr[DHCP_MAX_FILE_BYTES]; /* your (client) link ipv6 addr */ member
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_event.cpp56 …if (strcpy_s(dhcpResult.strOptLinkIpv6Addr, DHCP_MAX_FILE_BYTES, result.strLinkIpv6Addr.c_str()) !… in ResultInfoCopy()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp4266 … if (strcpy_s(dest->strOptLinkIpv6Addr, DHCP_MAX_FILE_BYTES, source->strOptLinkIpv6Addr) != EOK) { in SaveDhcpResultExt()
4460 …fo.gateway != result->strOptRouter1) || (ipv6Info.linkIpV6Address != result->strOptLinkIpv6Addr)) { in TryToSaveIpV6Result()
4461 ipv6Info.linkIpV6Address = result->strOptLinkIpv6Addr; in TryToSaveIpV6Result()