Home
last modified time | relevance | path

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

/external/chromium_org/chrome/common/local_discovery/
Dservice_discovery_client_impl.cc147 DCHECK(record->type() == net::dns_protocol::kTypeSRV || in OnRecordUpdate()
151 if (record->type() == net::dns_protocol::kTypeSRV) { in OnRecordUpdate()
161 if (record->type() != net::dns_protocol::kTypeSRV || in OnRecordUpdate()
196 net::dns_protocol::kTypeSRV, service_name, watcher); in ServiceListeners()
217 net::dns_protocol::kTypeSRV, service_name_, in SetActiveRefresh()
392 net::dns_protocol::kTypeSRV, service_name_, in CreateSrvTransaction()
491 DCHECK(record->type() == net::dns_protocol::kTypeSRV); in RecordToAddress()
/external/chromium_org/net/dns/
Ddns_protocol.h119 static const uint16 kTypeSRV = 33; variable
Drecord_rdata.h45 static const uint16 kType = dns_protocol::kTypeSRV;
/external/chromium_org/cloud_print/gcp20/prototype/
Ddns_response_builder.cc73 AddResponse(service_name, net::dns_protocol::kTypeSRV, ttl, in AppendSrv()
Ddns_sd_server.cc225 case net::dns_protocol::kTypeSRV: in ProccessQuery()