HomeSort by relevance Sort by last modified time
    Searched refs:current_ttl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cloud_print/gcp20/prototype/
dns_sd_server.cc 100 uint32 current_ttl = GetCurrentTLL(); local
102 DnsResponseBuilder builder(current_ttl);
104 builder.AppendTxt(serv_params_.service_name_, current_ttl, metadata_);
166 uint32 current_ttl = GetCurrentTLL(); local
173 ProccessQuery(current_ttl, query, &builder);
184 VLOG(1) << "Current TTL for respond: " << current_ttl;
195 void DnsSdServer::ProccessQuery(uint32 current_ttl, const DnsQueryRecord& query,
204 builder->AppendPtr(serv_params_.service_type_, current_ttl,
212 builder->AppendSrv(serv_params_.service_name_, current_ttl,
221 builder->AppendA(serv_params_.service_domain_name_, current_ttl,
291 uint32 current_ttl = (time_until_live_ - base::Time::Now()).InSeconds(); local
    [all...]
dns_sd_server.h 61 void ProccessQuery(uint32 current_ttl,

Completed in 122 milliseconds