OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SRV
(Results
1 - 6
of
6
) sorted by null
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/IN/
SRV.py
22
class
SRV
(dns.rdata.Rdata):
23
"""
SRV
record
38
super(
SRV
, self).__init__(rdclass, rdtype)
/prebuilts/go/darwin-x86/src/net/
dnsclient.go
159
// An
SRV
represents a single DNS
SRV
record.
160
type
SRV
struct {
167
// byPriorityWeight sorts
SRV
records by ascending priority and weight.
168
type byPriorityWeight []*
SRV
176
// shuffleByWeight shuffles
SRV
records by weight using the algorithm
200
// sort reorders
SRV
records as specified in RFC 2782.
/prebuilts/go/linux-x86/src/net/
dnsclient.go
159
// An
SRV
represents a single DNS
SRV
record.
160
type
SRV
struct {
167
// byPriorityWeight sorts
SRV
records by ascending priority and weight.
168
type byPriorityWeight []*
SRV
176
// shuffleByWeight shuffles
SRV
records by weight using the algorithm
200
// sort reorders
SRV
records as specified in RFC 2782.
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
rdatatype.py
64
SRV
= 33
126
'
SRV
' :
SRV
,
/external/mdnsresponder/mDNSShared/
dnssd_clientshim.c
87
const ResourceRecord *
SRV
;
241
domainname t, d, h,
srv
;
local
257
if (!ConstructServiceName(&
srv
, &n, &t, &d)) { errormsg = "Bad Name"; goto badparam; }
461
if (answer->rrtype == kDNSType_SRV && x->
SRV
== answer) x->
SRV
= mDNSNULL;
466
if (answer->rrtype == kDNSType_SRV) x->
SRV
= answer;
468
if (x->
SRV
&& x->TXT && x->callback)
472
ConvertDomainNameToCString(&x->
SRV
->rdata->u.
srv
.target, targethost);
474
x->
SRV
->rdata->u.srv.port.NotAnInteger, x->TXT->rdlength, (unsigned char*)x->TXT->rdata->u.txt.c, x->cont (…)
494
domainname t, d,
srv
;
local
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h
675
DNS_SRV_DATAW
SRV
,
Srv
;
708
DNS_SRV_DATAA
SRV
,
Srv
;
Completed in 229 milliseconds