Home
last modified time | relevance | path

Searched full:_tcp (Results 1 – 25 of 43) sorted by relevance

12

/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DChooserDialog.cpp100 { "_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/mdnsresponder/mDNSPosix/
DServices.txt23 _afpovertcp._tcp.
28 _afpovertcp._tcp. local.
34 _afpovertcp._tcp.
DProxyResponder.c293 fprintf(stderr, "srvtype IANA service type, e.g. \"_ipp._tcp\" or \"_ssh._tcp\", etc.\n"); in main()
297 …fprintf(stderr, "or %s 169.254.12.34 thehost \"My Printer\" _printer._tcp. 515 rp=lpt1 pdl=appli… in main()
298 …fprintf(stderr, "or %s - thehost \"My Printer\" _printer._tcp. (assertion … in main()
DReadMe.txt222 *** Found name = 'Foo', type = '_afpovertcp._tcp.', domain = 'local.'
238 *** Found name = 'Foo', type = '_afpovertcp._tcp.', domain = 'local.'
239 *** Lost name = 'Foo', type = '_afpovertcp._tcp.', domain = 'local.'
/external/grpc-grpc/test/cpp/naming/
Dresolver_test_record_groups.yaml17 _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/
Ddns-sd.197 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
DmDNS.1101 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
Ddns_sd.h555 * 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 …]
Ddnssd_clientlib.c117 // regtype must be at least "x._udp" or "x._tcp" in DNSServiceConstructFullName()
119 …if (strncasecmp((regtype + len - 4), "_tcp", 4) && strncasecmp((regtype + len - 4), "_udp", 4)) re… in DNSServiceConstructFullName()
/external/autotest/client/common_lib/cros/
Davahi_utils.py166 +;eth1;IPv4;E58E8561-3BCA-4910-ABC7-BD8779D7D761;_serbus._tcp;local
167 +;eth1;IPv4;E58E8561-3BCA-4910-ABC7-BD8779D7D761;_privet._tcp;local
168 =;eth1;IPv4;E58E8561-3BCA-4910-ABC7-BD8779D7D761;_serbus._tcp;local;\
171 =;eth1;IPv4;E58E8561-3BCA-4910-ABC7-BD8779D7D761;_privet._tcp;local;\
/external/dnsmasq/
Ddnsmasq.conf.example494 #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/
DREADME.txt70 DNSServiceTest -rs "Windows Web Server" "_http._tcp." "local." 80 ""
74 DNSServiceTest -bs "_afpovertcp._tcp." "local."
/external/mdnsresponder/Clients/
Ddns-sd.c1027 if (!typ || !*typ || (typ[0] == '.' && typ[1] == 0)) typ = "_http._tcp"; in gettype()
1028 if (!strchr(typ, '.')) { snprintf(buffer, TypeBufferSize, "%s._tcp", typ); typ = buffer; } in gettype()
1189 printf("Registering Service Test._testupdate._tcp.local.\n"); in main()
1190 …err = DNSServiceRegister(&client, 0, opinterface, "Test", "_testupdate._tcp.", "", NULL, registerP… in main()
1200 printf("Registering Service Test._testlargetxt._tcp.local.\n"); in main()
1201 …err = DNSServiceRegister(&client, 0, opinterface, "Test", "_testlargetxt._tcp.", "", NULL, registe… in main()
1210 printf("Registering Service Test._testdualtxt._tcp.local.\n"); in main()
1211 …err = DNSServiceRegister(&client, flags, opinterface, "Test", "_testdualtxt._tcp.", "", NULL, regi… in main()
1220 printf("Registering Service Test._testtxt._tcp.local.\n"); in main()
1221 …err = DNSServiceRegister(&client, 0, opinterface, "Test", "_testtxt._tcp.", "", NULL, registerPort… in main()
[all …]
/external/autotest/client/cros/netprotos/
Dzeroconf_unittest.py41 '_tcp', SERVICE_PORT, SERVICE_TXT_LIST)
42 name = '_service_type._tcp.local'
Dzeroconf.py240 @param proto: A string with the protocol name, for example "_tcp".
316 example, "_workstation._tcp.local".
394 @param protocol: string protocol to use for service (e.g. '_tcp').
/external/autotest/client/site_tests/peerd_HandlesNameConflicts/
Dpeerd_HandlesNameConflicts.py31 SERBUS_PROTOCOL = '_tcp'
82 ptr_name = '_%s._tcp.%s' % (service_id, self._dns_domain)
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.h826 * (e.g. "_ftp._tcp"). The transport protocol must be "_tcp" or "_udp".
1037 * dot (e.g. "_ftp._tcp"). The transport protocol must be "_tcp" or "_udp".
1092 …* named "Dr. Pepper" would have the fullname "Dr\.\032Pepper._http._tcp.local.").
1131 * dot (e.g. "_ftp._tcp"). The transport protocol must be "_tcp" or "_udp".
/external/libcups/cups/
Dtesthttp.c114 { HTTP_URI_STATUS_OK, "lpd://Acme%20Laser%20(01%3A23%3A45).local._tcp._printer/",
115 "lpd", "", "Acme Laser (01:23:45).local._tcp._printer", "/", 515, 0,
117 …, "ipp://HP%20Officejet%204500%20G510n-z%20%40%20Will's%20MacBook%20Pro%2015%22._ipp._tcp.local./",
118 … "ipp", "", "HP Officejet 4500 G510n-z @ Will's MacBook Pro 15\"._ipp._tcp.local.", "/", 631, 0,
566 else if (strstr(argv[1], "._tcp")) in main()
Dhttp-support.c252 * raw IPv6 addresses, we specifically look for "._tcp" in the name, in httpAssembleURI()
257 have_ipv6 = strchr(host, ':') && !strstr(host, "._tcp"); in httpAssembleURI()
1761 if (strstr(hostname, "._tcp")) in _httpResolveURI()
1795 for (regtype = strstr(hostname, "._tcp") - 2; in _httpResolveURI()
1801 * Found ._servicetype in front of ._tcp... in _httpResolveURI()
1944 …fprintf(stderr, "DEBUG: Resolving \"%s\", regtype=\"_ipps._tcp\", domain=\"local.\"...\n", hostnam… in _httpResolveURI()
1950 "_ipps._tcp", domain, http_resolve_cb, in _httpResolveURI()
1957 …fprintf(stderr, "DEBUG: Resolving \"%s\", regtype=\"_ipp._tcp\", domain=\"local.\"...\n", hostname… in _httpResolveURI()
1963 "_ipp._tcp", domain, http_resolve_cb, in _httpResolveURI()
Ddest.c647 if (strstr(uri, "._tcp")) in cupsConnectDest()
657 if (strstr(uri, "._tcp")) in cupsConnectDest()
1143 if (strstr(uri, "._tcp")) in _cupsGetDestResource()
1249 if (strstr(hostname, "._tcp")) in cupsGetDestWithURI()
2879 if (!_cups_strcasecmp(regtype, "_ipps._tcp") && in cups_dnssd_get_device()
2910 !strcmp(regtype, "_ipps._tcp") ? "IPPS" : "IPP", in cups_dnssd_get_device()
3364 !strcmp(device->regtype, "_ipps._tcp") ? "ipps" : "ipp",
3679 if ((replyDomain = strstr(regtype, "._tcp.")) != NULL)
3723 …if (DNSServiceBrowse(&ipp_ref, kDNSServiceFlagsShareConnection, 0, "_ipp._tcp", NULL, (DNSServiceB…
3731 …DNSServiceFlagsShareConnection, kDNSServiceInterfaceIndexLocalOnly, "_ipp._tcp", NULL, (DNSService…
[all …]
/external/mdnsresponder/
DPrivateDNS.txt23 mDNSResponder looks up an additional SRV record "_dns-private._tcp". If
25 If either there is no _dns-private._tcp record, or there is no secret
/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_flow.c136 struct tcphdr *tcp, _tcp; in parse_ip_proto() local
184 tcp = bpf_flow_dissect_get_header(skb, sizeof(*tcp), &_tcp); in parse_ip_proto()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiP2pManagerFacade.java449 * "_afpovertcp._tcp."(Apple File Sharing over TCP)
450 * "_ipp._tcp" (IP Printing over TCP)
451 * "_http._tcp" (http service)
/external/autotest/client/site_tests/peerd_DiscoverServices/
Dpeerd_DiscoverServices.py38 SERBUS_PROTOCOL = '_tcp'
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DDnsNameResolverTest.java423 verify(mockResourceResolver).resolveSrv(mockAddressResolver, "_grpclb._tcp." + hostname); in resolveAll_presentResourceResolver()
449 verify(mockResourceResolver).resolveSrv(mockAddressResolver, "_grpclb._tcp." + hostname); in resolveAll_onlyBalancers()
474 verify(mockResourceResolver).resolveSrv(mockAddressResolver, "_grpclb._tcp." + hostname); in resolveAll_balancerLookupFails()

12