Searched refs:SRV (Results 1 – 23 of 23) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientshim.c | 87 const ResourceRecord *SRV; member 461 if (answer->rrtype == kDNSType_SRV && x->SRV == answer) x->SRV = mDNSNULL; in FoundServiceInfo() 466 if (answer->rrtype == kDNSType_SRV) x->SRV = answer; in FoundServiceInfo() 468 if (x->SRV && x->TXT && x->callback) in FoundServiceInfo() 472 ConvertDomainNameToCString(&x->SRV->rdata->u.srv.target, targethost); in FoundServiceInfo() 474 …x->SRV->rdata->u.srv.port.NotAnInteger, x->TXT->rdlength, (unsigned char*)x->TXT->rdata->u.txt.c, … in FoundServiceInfo() 514 x->SRV = mDNSNULL; in DNSServiceResolve()
|
/external/c-ares/ |
D | NEWS | 7 * Added SRV support to adig test program.
|
D | CHANGES | 115 which might contain non-SRV answers, skipping over potential non-SRV 204 - Jakub Hrozek added ares_parse_srv_reply() for SRV parsing
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 21 # Note that (amongst other things) this blocks all SRV requests, 23 # This option only affects forwarding, SRV records originating for 481 # Change the following lines if you want dnsmasq to serve SRV 492 # A SRV record sending LDAP for the example.com domain to 496 # A SRV record sending LDAP for the example.com domain to 501 # Two SRV records for LDAP, each with different priorities 505 # A SRV record indicating that there is no LDAP server for the domain 511 # domain-name expansion done for SRV records _does_not 517 # domain-name expansion done for SRV records _does_not
|
D | FAQ | 288 queries for SRV records.
|
D | CHANGELOG.archive | 1355 Support SRV records. Thanks to Robert Kean for the patches 1395 Add an additional data section to the reply for MX and SRV
|
/external/mdnsresponder/ |
D | PrivateDNS.txt | 23 mDNSResponder looks up an additional SRV record "_dns-private._tcp". If 28 Once the secret key is found and the SRV record is looked up, mDNSResponder 29 opens a TLS connection to the server on the port specified in the SRV
|
/external/dnsmasq/po/ |
D | ro.po | 333 msgid "Specify a SRV record." 334 msgstr "Specifică o înregistrare SRV." 668 msgstr "înregistrare SRV invalidă" 673 msgstr "înregistrare SRV invalidă" 684 msgid "bad SRV record" 685 msgstr "înregistrare SRV invalidă" 688 msgid "bad SRV target" 689 msgstr "ţintă SRV invalidă"
|
D | no.po | 335 msgid "Specify a SRV record." 336 msgstr "Spesifiser en SRV post." 670 msgstr "d�rlig SRV post" 675 msgstr "d�rlig SRV post" 686 msgid "bad SRV record" 687 msgstr "d�rlig SRV post" 690 msgid "bad SRV target" 691 msgstr "d�rlig SRV m�l"
|
D | id.po | 393 msgid "Specify a SRV record." 394 msgstr "Sebutkan rekord SRV." 764 msgstr "rekord SRV salah" 770 msgstr "rekord SRV salah" 784 msgid "bad SRV record" 785 msgstr "rekord SRV salah" 789 msgid "bad SRV target" 790 msgstr "target SRV salah"
|
D | es.po | 333 msgid "Specify a SRV record." 334 msgstr "Especificar un expediente SRV." 687 msgid "bad SRV record" 688 msgstr "expediente SRV err�neo" 691 msgid "bad SRV target" 692 msgstr "destino SRV err�neo"
|
D | fr.po | 331 msgid "Specify a SRV record." 332 msgstr " Sp�cifie un champ SRV." 685 msgid "bad SRV record" 686 msgstr "mauvais champ SRV" 689 msgid "bad SRV target" 690 msgstr "mauvaise cible SRV"
|
D | pl.po | 328 msgid "Specify a SRV record." 329 msgstr "Okre�lenie rekordu SRV." 667 msgid "bad SRV record" 668 msgstr "nieprawid�owy zapis rekordu SRV" 671 msgid "bad SRV target" 672 msgstr "nieprawid�owa warto�� celu SRV"
|
D | pt_BR.po | 324 msgid "Specify a SRV record." 661 msgid "bad SRV record" 665 msgid "bad SRV target"
|
D | it.po | 324 msgid "Specify a SRV record." 661 msgid "bad SRV record" 665 msgid "bad SRV target"
|
D | fi.po | 324 msgid "Specify a SRV record." 661 msgid "bad SRV record" 665 msgid "bad SRV target"
|
D | de.po | 360 msgid "Specify a SRV record." 699 msgid "bad SRV record" 703 msgid "bad SRV target"
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ProgramState.cpp | 741 if (const SymbolRegionValue *SRV = dyn_cast<SymbolRegionValue>(*SI)) in isTainted() local 742 Tainted = Tainted || isTainted(SRV->getRegion(), Kind); in isTainted()
|
/external/curl/docs/ |
D | ROADMAP.md | 50 SRV records
|
D | TODO | 36 1.20 SRV and URI DNS records 349 1.20 SRV and URI DNS records 351 Offer support for resolving SRV and URI DNS records for libcurl to know which
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch | 420 + throw new CertificateException("No Clients (SRV)"); 450 + dbg("SRV: cert mismatch at i=" + i); 451 + dbg("SRV: cert mismatch cert" + certs[i]); 452 + dbg("SRV: cert mismatch srv" + trustsrvCerts[i]); 459 + dbg("SRV: cert info at i=" + i); 460 + dbg("SRV: cert info cert" + certs[i]); 462 + dbg("SRV: cert info srv" + trustsrvCerts[i]); 470 + dbg("SRV: trustsrvCerts[i] matches certs[i] i=0:" + (certs.length-1));
|
D | ultravnc-102-JavaViewer-ssl-etc.patch | 2992 + throw new CertificateException("No Clients (SRV)"); 3022 + dbg("SRV: cert mismatch at i=" + i); 3023 + dbg("SRV: cert mismatch cert" + certs[i]); 3024 + dbg("SRV: cert mismatch srv" + trustsrvCerts[i]); 3031 + dbg("SRV: cert info at i=" + i); 3032 + dbg("SRV: cert info cert" + certs[i]); 3034 + dbg("SRV: cert info srv" + trustsrvCerts[i]); 3042 + dbg("SRV: trustsrvCerts[i] matches certs[i] i=0:" + (certs.length-1));
|
/external/webrtc/talk/media/testdata/ |
D | h264-svc-99-640x360.rtpdump | 8163 …��8|<p2�N8����x�͔G�z��c��|����jU�Ѹ6姷��aw��_D���C[�Ja�u,�d�����aE���� �SRV*lީ���D�
|