OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTypeSRV
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/dns/
dns_protocol.h
119
static const uint16
kTypeSRV
= 33;
record_rdata.h
46
static const uint16 kType = dns_protocol::
kTypeSRV
;
/external/chromium_org/chrome/utility/local_discovery/
service_discovery_client_impl.cc
128
DCHECK(record->type() == net::dns_protocol::
kTypeSRV
||
162
net::dns_protocol::
kTypeSRV
, service_name, watcher);
276
net::dns_protocol::
kTypeSRV
, service_name_,
376
DCHECK(record->type() == net::dns_protocol::
kTypeSRV
);
/external/chromium_org/cloud_print/gcp20/prototype/
dns_response_builder.cc
67
AddResponse(service_name, net::dns_protocol::
kTypeSRV
, ttl,
dns_sd_server.cc
209
case net::dns_protocol::
kTypeSRV
:
Completed in 2597 milliseconds