Searched refs:dnsSuffix (Results 1 – 3 of 3) sorted by relevance
595 std::string dnsSuffix = current; in GetDNSSuffixList() local596 if (dnsSuffix.length() > tmp_response->DataLength) in GetDNSSuffixList()601 if (!dnsSuffix.empty()) in GetDNSSuffixList()603 dnsSuffixList.push_back(dnsSuffix); in GetDNSSuffixList()605 current += dnsSuffix.length() + 1; in GetDNSSuffixList()997 AMT_STATUS PTHICommand::SetDnsSuffix(AMT_ANSI_STRING dnsSuffix) in SetDnsSuffix() argument999 if (NULL == dnsSuffix.Buffer) in SetDnsSuffix()1005 UINT32 msgLength = sizeof(dnsSuffix.Length) + (dnsSuffix.Length * sizeof(CHAR)); in SetDnsSuffix()1018 memcpy(command + sizeof(SET_DNS_SUFFIX_HEADER), &(dnsSuffix.Length), sizeof(dnsSuffix.Length)); in SetDnsSuffix()1019 …cpy(command + sizeof(SET_DNS_SUFFIX_HEADER) + sizeof(dnsSuffix.Length), dnsSuffix.Buffer, dnsSuffi… in SetDnsSuffix()[all …]
583 AMT_STATUS SetDnsSuffix(AMT_ANSI_STRING dnsSuffix);586 AMT_STATUS GetDnsSuffix(AMT_ANSI_STRING &dnsSuffix);
1537 std::string dnsSuffix; local1539 ret = ATNetworkTool::GetSockDomain(s, dnsSuffix, error);1552 if (_compareDNSSuffix(*it, dnsSuffix)) {