| /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/ |
| D | ChooserDialog.cpp | 100 { "_accountedge._tcp.", "MYOB AccountEdge", "", false }, 101 { "_aecoretech._tcp.", "Apple Application Engineering Services", "", false }, 102 { "_afpovertcp._tcp.", "Apple File Sharing (AFP)", "afp://", false }, 103 { "_airport._tcp.", "AirPort Base Station", "", false }, 104 { "_apple-sasl._tcp.", "Apple Password Server", "", false }, 105 { "_aquamon._tcp.", "AquaMon", "", false }, 106 { "_async._tcp", "address-o-sync", "", false }, 107 { "_auth._tcp.", "Authentication Service", "", false }, 108 { "_bootps._tcp.", "Bootstrap Protocol Server", "", false }, 109 { "_bousg._tcp.", "Bag Of Unusual Strategy Games", "", false }, [all …]
|
| /external/cronet/net/dns/ |
| D | mdns_client_unittest.cc | 72 0x14, // Pointer to "._tcp.local" 98 0x14, // Pointer to "._tcp.local" 196 0x14, // Pointer to "._tcp.local" 222 0x14, // Pointer to "._tcp.local" 252 0xc0, 0x14, // Pointer to "._tcp.local" 537 dns_protocol::kTypePTR, "_privet._tcp.local", &delegate_privet); in TEST_F() 539 dns_protocol::kTypePTR, "_printer._tcp.local", &delegate_printer); in TEST_F() 562 EXPECT_TRUE(record_privet.IsRecordWith("_privet._tcp.local", in TEST_F() 563 "hello._privet._tcp.local")); in TEST_F() 565 EXPECT_TRUE(record_printer.IsRecordWith("_printer._tcp.local", in TEST_F() [all …]
|
| /external/openscreen/discovery/dnssd/public/ |
| D | dns_sd_instance_endpoint_unittest.cc | 17 DnsSdInstance instance("instance", "_test._tcp", "local", {}, 80); in TEST() 18 DnsSdInstance instance2("instance", "_test._tcp", "local", {}, 79); in TEST() 23 DnsSdInstanceEndpoint endpoint2("instance", "_test._tcp", "local", {}, in TEST() 28 DnsSdInstanceEndpoint endpoint6("instance", "_test._tcp", "local", {}, in TEST() 30 DnsSdInstanceEndpoint endpoint7("instance", "_test._tcp", "local", {}, in TEST() 32 DnsSdInstanceEndpoint endpoint8("instance", "_test._tcp", "local", {}, in TEST() 60 DnsSdInstance instance("instance", "_test._tcp", "local", {}, 80, subtypes); in TEST() 65 DnsSdInstanceEndpoint ep3("instance", "_test._tcp", "local", {}, kIndex, in TEST() 67 DnsSdInstanceEndpoint ep4("instance", "_test._tcp", "local", {}, kIndex, in TEST()
|
| D | dns_sd_instance_unittest.cc | 113 EXPECT_FALSE(IsServiceValid("_a--bcd._tcp")); in TEST() 227 DnsSdInstance kIn1("instance", "_service._tcp", "local", {}, 80); in TEST() 228 DnsSdInstance kIn2("instance", "_service._tcp", "local", {}, 80); in TEST() 229 DnsSdInstance kIn3("instance2", "_service._tcp", "local", {}, 80); in TEST() 230 DnsSdInstance kIn4("instance", "_service2._tcp", "local", {}, 80); in TEST() 231 DnsSdInstance kIn5("instance", "_service._tcp", "local2", {}, 80); in TEST() 232 DnsSdInstance kIn6("instance", "_service._tcp", "local", set_record, 80); in TEST() 233 DnsSdInstance kIn7("instance", "_service._tcp", "local", {}, 79); in TEST() 234 DnsSdInstance kIn8("instance", "_service._tcp", "local", {}, 80, "foo"); in TEST() 235 DnsSdInstance kIn9("instance", "_service._tcp", "local", {}, 80, "foobar"); in TEST() [all …]
|
| /external/ot-br-posix/tests/unit/ |
| D | test_dns_utils.cpp | 74 …CheckSplitFullDnsName("ins1._ipps._tcp.default.service.arpa", true, false, false, "ins1", "_ipps._… in TEST() 76 …CheckSplitFullDnsName("Instance Name._ipps._tcp.default.service.arpa", true, false, false, "Instan… in TEST() 77 "_ipps._tcp", "", "default.service.arpa."); in TEST() 78 …CheckSplitFullDnsName("Instance.Name.With.Dots._ipps._tcp.default.service.arpa", true, false, fals… in TEST() 79 "Instance.Name.With.Dots", "_ipps._tcp", "", "default.service.arpa."); in TEST() 82 … CheckSplitFullDnsName("_ipps._tcp.default.service.arpa", false, true, false, "", "_ipps._tcp", "", in TEST() 90 …CheckSplitFullDnsName("_tcp.default.service.arpa", false, false, true, "", "", "_tcp", "default.se… in TEST()
|
| /external/openthread/tests/scripts/thread-cert/border_router/ |
| D | test_advertising_proxy.py | 102 client.srp_client_add_service('my-service', '_ipps._tcp', 12345) 103 client.srp_client_add_service('my-service-1', '_ipps._tcp', 12345) 126 self.assertIsNone(host.discover_mdns_service('my-service', '_ipps._tcp', 'my-host')) 127 self.assertIsNone(host.discover_mdns_service('my-service-1', '_ipps._tcp', 'my-host')) 136 client.srp_client_add_service('my-service', '_ipps._tcp', 12345) 137 client.srp_client_add_service('my-service-1', '_ipps._tcp', 12345) 167 self.assertIsNone(host.discover_mdns_service('my-service', '_ipps._tcp', 'my-host')) 168 self.assertIsNone(host.discover_mdns_service('my-service-1', '_ipps._tcp', 'my-host')) 183 client.srp_client_remove_service('my-service-1', '_ipps._tcp') 193 self.assertIsNone(host.discover_mdns_service('my-service-1', '_ipps._tcp', 'my-host')) [all …]
|
| D | test_mdns_restart.py | 130 ed1.srp_client_add_service('ed1', '_ed1._tcp', 12345, txt_entries=['id=ed1']) 135 ed2.srp_client_add_service('ed2', '_ed2._tcp', 12345, txt_entries=['id=ed2']) 141 self.assertEqual(len(host.browse_mdns_services('_ed1._tcp')), 1) 142 self.assertEqual(len(host.browse_mdns_services('_ed2._tcp')), 1) 151 self.assertEqual(len(host.browse_mdns_services('_ed1._tcp')), 1) 152 self.assertEqual(len(host.browse_mdns_services('_ed2._tcp')), 1) 155 browsed_services = ed1.dns_browse('_ed2._tcp.default.service.arpa') 161 browsed_services = ed2.dns_browse('_ed1._tcp.default.service.arpa')
|
| /external/openthread/tests/scripts/thread-cert/ |
| D | test_srp_name_conflicts.py | 107 client_1.srp_client_add_service('my-service-1', '_ipps._tcp', 12345) 113 self.assertEqual(client_1_service['name'], '_ipps._tcp') 145 client_2.srp_client_add_service('my-service-2', '_ipps._tcp', 12345) 166 client_2.srp_client_add_service('my-service-1', '_ipps._tcp', 12345) 188 client_2.srp_client_add_service('my-service-1', '_ipps2._tcp', 12345) 199 … self.assertEqual(server.srp_server_get_service('my-service-1', '_ipps2._tcp')['deleted'], 'false') 215 client_2.srp_client_add_service('my-service-2', '_ipps._tcp', 12345) 226 … self.assertEqual(server.srp_server_get_service('my-service-2', '_ipps._tcp')['deleted'], 'false') 241 client_1.srp_client_remove_service('my-service-1', '_ipps._tcp') 247 client_2.srp_client_add_service('my-service-1', '_ipps._tcp', 12345) [all …]
|
| D | test_srp_lease.py | 98 client.srp_client_add_service('my-service', '_ipps._tcp', 12345) 113 … self.assertEqual(server.srp_server_get_service('my-service', '_ipps._tcp')['deleted'], 'true') 145 client.srp_client_clear_service('my-service', '_ipps._tcp') 147 client.srp_client_add_service('my-service2', '_ipps._tcp', 12345) 151 … self.assertEqual(server.srp_server_get_service('my-service', '_ipps._tcp')['deleted'], 'true') 164 client.srp_client_clear_service('my-service2', '_ipps._tcp') 166 client.srp_client_add_service('my-service3', '_ipps._tcp', 12345) 170 … self.assertEqual(server.srp_server_get_service('my-service2', '_ipps._tcp')['deleted'], 'false') 188 self.assertEqual(client_service['name'], '_ipps._tcp')
|
| D | test_srp_register_single_service.py | 95 … client.srp_client_add_service('my-service', '_ipps._tcp', 12345, 0, 0, ['abc', 'def=', 'xyz=XYZ']) 105 client.srp_client_remove_service('my-service', '_ipps._tcp') 136 … client.srp_client_add_service('my-service', '_ipps._tcp', 12345, 0, 0, ['abc', 'def=', 'xyz=XYZ']) 182 self.assertEqual(client_service['name'], '_ipps._tcp')
|
| /external/libcups/man/ |
| D | ippfind.1 | 38 _http._tcp 41 _https._tcp 44 _ipp._tcp 47 _ipps._tcp 50 _printer._tcp 179 DNS-SD registration type, e.g., "_ipp._tcp", "_http._tcp", etc. 232 DNS-SD registration type, e.g., "_ipp._tcp", "_http._tcp", etc.
|
| /external/libcups/backend/ |
| D | dnssd.c | 230 "_fax-ipp._tcp", NULL, browse_callback, devices); in main() 234 "_ipp._tcp", NULL, browse_callback, devices); in main() 238 "_ipp-tls._tcp", NULL, browse_callback, devices); in main() 242 "_ipps._tcp", NULL, browse_callback, devices); in main() 247 "_fax-ipp._tcp", NULL, browse_local_callback, devices); in main() 252 "_ipp._tcp", NULL, browse_local_callback, devices); in main() 257 "_ipp-tls._tcp", NULL, browse_local_callback, devices); in main() 262 "_ipps._tcp", NULL, browse_local_callback, devices); in main() 267 "_printer._tcp", NULL, browse_local_callback, devices); in main() 271 "_pdl-datastream._tcp", NULL, browse_callback, devices); in main() [all …]
|
| /external/openthread/src/cli/ |
| D | README_SRP.md | 57 Join the Thread Network and register a `_ipps._tcp` service: 80 > srp client service add my-service _ipps._tcp 12345 114 instance:"my-service", name:"_ipps._tcp", state:Registered, port:12345, priority:0, weight:0 129 my-service._ipps._tcp.default.service.arpa. 147 > srp client service remove my-service _ipps._tcp 155 my-service._ipps._tcp.default.service.arpa.
|
| /external/mdnsresponder/mDNSPosix/ |
| D | Services.txt | 23 _afpovertcp._tcp. 28 _afpovertcp._tcp. local. 34 _afpovertcp._tcp.
|
| /external/libcups/doc/help/ |
| D | man-ippfind.html | 38 <dt>_http._tcp 40 <dt>_https._tcp 42 <dt>_ipp._tcp 44 <dt>_ipps._tcp 46 <dt>_printer._tcp 138 <dd style="margin-left: 5.0em">DNS-SD registration type, e.g., "_ipp._tcp", "_http._tcp", etc. 180 <dd style="margin-left: 5.0em">DNS-SD registration type, e.g., "_ipp._tcp", "_http._tcp", etc.
|
| /external/grpc-grpc/test/cpp/naming/ |
| D | resolver_test_record_groups.yaml | 17 _grpclb._tcp.srv-ipv4-single-target: 29 _grpclb._tcp.srv-ipv4-multi-target: 41 _grpclb._tcp.srv-ipv6-single-target: 53 _grpclb._tcp.srv-ipv6-multi-target: 65 _grpclb._tcp.srv-ipv4-simple-service-config: 134 _grpclb._tcp.srv-ipv4-target-has-backend-and-balancer: 147 _grpclb._tcp.srv-ipv6-target-has-backend-and-balancer:
|
| /external/mdnsresponder/mDNSShared/ |
| D | dns-sd.1 | 97 must be of the form "_app-proto._tcp" or "_app-proto._udp", where 151 .Dl Nm Fl R Ns \ \&"My Test\&" _printer._tcp. \&. 515 pdl=application/postscript 162 .Dl Nm Fl R Ns \ \&"My Test\&" _http._tcp \&. 80 path=/path-to-page.html 167 .Dl Nm Fl B Ns \ _http._tcp
|
| D | mDNS.1 | 101 must be of the form "_app-proto._tcp" or "_app-proto._udp", where 155 .Dl Nm Fl R Ns \ \&"My Test\&" _printer._tcp. \&. 515 pdl=application/postscript 166 .Dl Nm Fl R Ns \ \&"My Test\&" _http._tcp \&. 80 path=/path-to-page.html 171 .Dl Nm Fl B Ns \ _http._tcp
|
| D | dns_sd.h | 555 * terminating NULL at the end). The regtype is of the form _service._tcp or 570 * Suppose you have an service called "Dr. Smith\Dr. Johnson", of type "_ftp._tcp" 573 * Dr\.\032Smith\\Dr\.\032Johnson._ftp._tcp.4th\.\032Floor.Building\0322.apple.com. 946 * (e.g. "_ftp._tcp"). The service type must be an underscore, followed 948 * The transport protocol must be "_tcp" or "_udp". New service types 954 * "_primarytype._tcp,_subtype1,_subtype2,_subtype3" 956 * for "_primarytype._tcp" will discover all instances of this type; 957 * a client browsing for "_primarytype._tcp,_subtype2" will discover only 964 * % dns-sd -R Simple _test._tcp "" 1001 & 965 * % dns-sd -R Better _test._tcp,HasFeatureA "" 1002 & [all …]
|
| /external/openthread/include/openthread/ |
| D | dnssd_server.h | 75 …* @param[in] aFullName The null-terminated full service name (e.g. "_ipps._tcp.default.service… 76 …* or full service instance name (e.g. "OpenThread._ipps._tcp.default.serv… 97 …* @param[in] aFullName The null-terminated full service name (e.g. "_ipps._tcp.default.service… 98 …* full service instance name (e.g. "OpenThread._ipps._tcp.default.service… 115 …const char * mFullName; ///< Full instance name (e.g. "OpenThread._ipps._tcp.default.serv…
|
| /external/autotest/client/common_lib/cros/ |
| D | avahi_utils.py | 167 +;eth1;IPv4;E58E8561-3BCA-4910-ABC7-BD8779D7D761;_serbus._tcp;local 168 +;eth1;IPv4;E58E8561-3BCA-4910-ABC7-BD8779D7D761;_privet._tcp;local 169 =;eth1;IPv4;E58E8561-3BCA-4910-ABC7-BD8779D7D761;_serbus._tcp;local;\ 172 =;eth1;IPv4;E58E8561-3BCA-4910-ABC7-BD8779D7D761;_privet._tcp;local;\
|
| /external/dnsmasq/ |
| D | dnsmasq.conf.example | 494 #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389 499 #srv-host=_ldap._tcp,ldapserver.example.com,389 502 #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,1 503 #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,2 507 #srv-host=_ldap._tcp.example.com 513 #ptr-record=_http._tcp.dns-sd-services,"New Employee Page._http._tcp.dns-sd-services" 524 #txt-record=_http._tcp.example.com,name=value,paper=A4
|
| /external/mdnsresponder/mDNSWindows/ |
| D | README.txt | 70 DNSServiceTest -rs "Windows Web Server" "_http._tcp." "local." 80 "" 74 DNSServiceTest -bs "_afpovertcp._tcp." "local."
|
| /external/libcups/tools/ |
| D | ippfind.c | 1031 * _regtype._tcp[,subtype][.domain] in main() 1035 * service-name[._regtype._tcp[.domain]] in main() 1072 * Add an implicit browse for IPP printers ("_ipp._tcp")... in main() 1075 cupsArrayAdd(searches, "_ipp._tcp"); in main() 1176 if (strcmp(regtype, "._tcp")) in main() 1179 * "something._protocol._tcp" -> search for something with the given in main() 1189 * "_protocol._tcp" -> search for everything with the given protocol... in main() 1203 regtype = "_ipp._tcp"; in main() 1909 !strncmp(service->regtype, "_http._tcp", 10) ? "http" : in exec_program() 1910 !strncmp(service->regtype, "_https._tcp", 11) ? "https" : in exec_program() [all …]
|
| /external/libcups/vcnet/ |
| D | dns_sd.h | 555 * terminating NULL at the end). The regtype is of the form _service._tcp or 570 * Suppose you have an service called "Dr. Smith\Dr. Johnson", of type "_ftp._tcp" 573 * Dr\.\032Smith\\Dr\.\032Johnson._ftp._tcp.4th\.\032Floor.Building\0322.apple.com. 946 * (e.g. "_ftp._tcp"). The service type must be an underscore, followed 948 * The transport protocol must be "_tcp" or "_udp". New service types 954 * "_primarytype._tcp,_subtype1,_subtype2,_subtype3" 956 * for "_primarytype._tcp" will discover all instances of this type; 957 * a client browsing for "_primarytype._tcp,_subtype2" will discover only 964 * % dns-sd -R Simple _test._tcp "" 1001 & 965 * % dns-sd -R Better _test._tcp,HasFeatureA "" 1002 & [all …]
|