Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dipv6_address.cpp135 std::string copyMask = mask; in Create() local
137 while (i < copyMask.size()) { in Create()
138 if (copyMask.at(i) == ':') { in Create()
139 copyMask.erase(i, 1); in Create()
147 for (unsigned int n = 0; n < copyMask.size(); ++n) { in Create()
148 binBuffer = copyMask.substr(n, 1); in Create()