Home
last modified time | relevance | path

Searched refs:GENE_V6_ADDR_LEN (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 Ddhcpd_interface.cpp32 const int GENE_V6_ADDR_LEN = 64; /* Generally, the prefix length cannot exceed 64 characters. */ variable
264 for (int i = 1; i < (GENE_V6_ADDR_LEN / CHAR_BIT); i++) { in AssignIpAddrV6()
282 return Ipv6Address::Create(std::string(retStr), GENE_V6_ADDR_LEN, 0); in AssignIpAddrV6()