/external/cronet/net/dns/public/ |
D | dns_query_type.h | 26 SRV = 5, enumerator 45 {DnsQueryType::SRV, "SRV"},
|
/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/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
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | NEWS | 7 * Added SRV support to adig test program.
|
/external/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
D | README.md | 46 [2021/07/26 05:41:29:1663] N: lws_create_context: LWS: 4.2.99-v4.2.0-133-g300f3f3250, NET CLI SRV H… 61 [2021/07/26 05:55:50:9103] N: lws_create_context: LWS: 4.2.99-v4.2.0-133-g300f3f3250, NET CLI SRV H…
|
/external/cronet/net/dns/ |
D | host_resolver_mdns_listener_impl.cc | 92 case DnsQueryType::SRV: in OnRecordUpdate()
|
D | dns_util.cc | 135 case DnsQueryType::SRV: in DnsQueryTypeToQtype()
|
D | dns_response_result_extractor_unittest.cc | 587 EXPECT_EQ(extractor.ExtractDnsResults(DnsQueryType::SRV, in TEST() 626 EXPECT_EQ(extractor.ExtractDnsResults(DnsQueryType::SRV, in TEST() 651 EXPECT_EQ(extractor.ExtractDnsResults(DnsQueryType::SRV, in TEST() 674 EXPECT_EQ(extractor.ExtractDnsResults(DnsQueryType::SRV, in TEST() 696 EXPECT_EQ(extractor.ExtractDnsResults(DnsQueryType::SRV, in TEST() 714 EXPECT_EQ(extractor.ExtractDnsResults(DnsQueryType::SRV, in TEST() 732 EXPECT_EQ(extractor.ExtractDnsResults(DnsQueryType::SRV, in TEST()
|
D | host_resolver_mdns_task.cc | 227 case DnsQueryType::SRV: in ParseResult()
|
D | dns_response_result_extractor.cc | 607 case DnsQueryType::SRV: in ExtractDnsResults()
|
D | host_resolver_manager_unittest.cc | 3476 parameters.dns_query_type = DnsQueryType::SRV; in TEST_F() 3505 parameters.dns_query_type = DnsQueryType::SRV; in TEST_F() 3534 parameters.dns_query_type = DnsQueryType::SRV; in TEST_F() 4027 DnsQueryType::SRV); in TEST_F() 4038 MdnsListenerUpdateType::kAdded, DnsQueryType::SRV, in TEST_F() 9912 parameters.dns_query_type = DnsQueryType::SRV; in TEST_F() 9958 parameters.dns_query_type = DnsQueryType::SRV; in TEST_F() 9987 parameters.dns_query_type = DnsQueryType::SRV; in TEST_F() 10020 parameters.dns_query_type = DnsQueryType::SRV; in TEST_F() 10049 parameters.dns_query_type = DnsQueryType::SRV; in TEST_F() [all …]
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/ |
D | README.md | 25 [2021/02/19 11:25:20:1761] N: NET CLI SRV H1 H2 WS SS-JSON-POL SSPROX IPV6-on
|
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/ |
D | README.md | 32 [2021/03/04 21:14:45:0902] N: NET CLI SRV H1 H2 WS SS-JSON-POL SSPROX IPV6-on
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server-raw/ |
D | README.md | 31 [2020/07/28 10:25:54:7198] N: NET CLI SRV H1 H2 WS MQTT SS-JSON-POL SSPROX ASYNC_DNS IPv6-absent
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/ |
D | README.md | 41 [2021/08/15 06:42:40:8410] N: LWS: 4.2.99-v4.2.0-156-g8f352f65e8, NET CLI SRV H1 H2 WS SS-JSON-POL …
|
/external/libwebsockets/READMEs/ |
D | README.libressl.md | 44 [2021/02/08 20:10:52:0784] N: NET CLI SRV H1 H2 WS IPv6-absent
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/ |
D | README.md | 27 [2021/03/02 16:38:00:2662] N: NET CLI SRV H1 H2 WS SS-JSON-POL SSPROX IPV6-on
|
/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/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server/ |
D | README.md | 30 [2020/07/27 10:51:04:9444] N: NET CLI SRV H1 H2 WS MQTT SS-JSON-POL SSPROX ASYNC_DNS IPv6-absent
|
/external/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
D | README.md | 53 [2021/07/30 10:14:31:0780] N: lws_create_context: LWS: 4.2.99-v4.2.0-134-g8433c8b459, NET CLI SRV H…
|
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/ |
D | README.md | 55 [2020/08/23 10:22:49:3005] N: NET CLI SRV H1 H2 WS MQTT SS-JSON-POL SSPROX ASYNC_DNS IPv6-absent
|
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/ |
D | README.md | 35 [2021/06/17 14:33:54:7960] N: NET CLI SRV H1 H2 WS MbedTLS ConMon IPv6-absent
|
/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/openscreen/docs/ |
D | discovery.md | 77 * [Multiple SRV records](https://tools.ietf.org/html/rfc6763#section-5) for a
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/ |
D | README.md | 28 [2021/03/31 15:29:46:5629] N: NET CLI SRV H1 H2 WS SS-JSON-POL SSPROX ConMon IPV6-on
|