| /third_party/cups/man/ |
| D | ippfind.1 | 39 _http._tcp 42 _https._tcp 45 _ipp._tcp 48 _ipps._tcp 51 _printer._tcp 180 DNS-SD registration type, e.g., "_ipp._tcp", "_http._tcp", etc. 233 DNS-SD registration type, e.g., "_ipp._tcp", "_http._tcp", etc.
|
| /third_party/cups/backend/ |
| D | dnssd.c | 231 "_fax-ipp._tcp", NULL, browse_callback, devices); in main() 235 "_ipp._tcp", NULL, browse_callback, devices); in main() 239 "_ipp-tls._tcp", NULL, browse_callback, devices); in main() 243 "_ipps._tcp", NULL, browse_callback, devices); in main() 248 "_fax-ipp._tcp", NULL, browse_local_callback, devices); in main() 253 "_ipp._tcp", NULL, browse_local_callback, devices); in main() 258 "_ipp-tls._tcp", NULL, browse_local_callback, devices); in main() 263 "_ipps._tcp", NULL, browse_local_callback, devices); in main() 268 "_printer._tcp", NULL, browse_local_callback, devices); in main() 272 "_pdl-datastream._tcp", NULL, browse_callback, devices); in main() [all …]
|
| /third_party/cups-filters/utils/ |
| D | driverless.1 | 8 …fP] [\fB-d\fP | \fB-v\fP | \fB--debug\fP] [\fBlist\fP] [\fB_ipps._tcp\fP] [\fB_ipp._tcp\fP] [\fB--… 55 \fB_ipps._tcp\fP 59 \fB_ipp._tcp\fP
|
| D | driverless.c | 97 reg_type = "_ipp._tcp"; in listPrintersInArray() 100 reg_type = "_ipps._tcp"; in listPrintersInArray() 397 …/* ippfind -T 0 _ipps._tcp _ipp._tcp ! --txt printer-type --and \( --txt-pdl image/pwg-raster --or… in list_printers() 404 ippfind_argv[i++] = "_ipps._tcp"; /* list IPPS entries */ in list_printers() 406 ippfind_argv[i++] = "_ipp._tcp"; /* list IPPS entries */ in list_printers() 745 } else if (!strcasecmp(argv[i], "_ipps._tcp")) { in main() 748 } else if (!strcasecmp(argv[i], "_ipp._tcp")) { in main() 820 " _ipps._tcp Check for only IPPS printers supporting " in main() 823 " _ipp._tcp Check for only IPP printers supporting " in main()
|
| /third_party/grpc/test/cpp/naming/ |
| D | resolver_test_record_groups.yaml | 28 _grpclb._tcp.srv-ipv4-single-target: 45 _grpclb._tcp.srv-ipv4-multi-target: 62 _grpclb._tcp.srv-ipv6-single-target: 79 _grpclb._tcp.srv-ipv6-multi-target: 96 _grpclb._tcp.srv-ipv4-simple-service-config: 195 _grpclb._tcp.srv-ipv4-target-has-backend-and-balancer: 213 _grpclb._tcp.srv-ipv6-target-has-backend-and-balancer: 247 _grpclb._tcp.srv-ipv4-single-target-srv-disabled: 266 _grpclb._tcp.srv-ipv4-multi-target-srv-disabled: 287 _grpclb._tcp.srv-ipv6-single-target-srv-disabled: [all …]
|
| /third_party/cups/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.
|
| D | admin.html | 115 network dnssd://Acme%20Laser%20Pro._ipp._tcp.local./?uuid=545253fb-1cb7-4d8d-98ed-ab6cd607cea7 117 network dnssd://Example%20EX-42._ipps._tcp.local./?uuid=4a0c67ad-2824-4ddf-9115-7d4226c5fe65 118 network dnssd://Foo%20Fighter-1969._pdl-datastream._tcp.local./?uuid=4e216bea-c3de-4f65-a710-c99e11…
|
| D | network.html | 20 network dnssd://Acme%20Laser%20Pro._ipp._tcp.local./?uuid=545253fb-1cb7-4d8d-98ed-ab6cd607cea7 22 network dnssd://Example%20EX-42._ipps._tcp.local./?uuid=4a0c67ad-2824-4ddf-9115-7d4226c5fe65 23 network dnssd://Foo%20Fighter-1969._pdl-datastream._tcp.local./?uuid=4e216bea-c3de-4f65-a710-c99e11…
|
| /third_party/lwip/doc/ |
| D | mdns.txt | 79 proto can be DNSSD_PROTO_UDP or DNSSD_PROTO_TCP which represent _udp and _tcp. 104 which will publish myweb._http._tcp.local for any hosts looking for web servers,
|
| /third_party/cups/tools/ |
| D | ippfind.c | 1025 * _regtype._tcp[,subtype][.domain] in main() 1029 * service-name[._regtype._tcp[.domain]] in main() 1066 * Add an implicit browse for IPP printers ("_ipp._tcp")... in main() 1069 cupsArrayAdd(searches, "_ipp._tcp"); in main() 1168 if (strcmp(regtype, "._tcp")) in main() 1171 * "something._protocol._tcp" -> search for something with the given in main() 1181 * "_protocol._tcp" -> search for everything with the given protocol... in main() 1195 regtype = "_ipp._tcp"; in main() 1897 !strncmp(service->regtype, "_http._tcp", 10) ? "http" : in exec_program() 1898 !strncmp(service->regtype, "_https._tcp", 11) ? "https" : in exec_program() [all …]
|
| D | ippeveprinter.c | 7307 * Register the _printer._tcp (LPD) service type with a port number of 0 to in register_printer() 7318 …n | kDNSServiceFlagsNoAutoRename, ifindex, printer->dnssd_name, "_printer._tcp", NULL /* domain */… in register_printer() 7320 …Printf(stderr, _("Unable to register \"%s.%s\": %d"), printer->dnssd_name, "_printer._tcp", error); in register_printer() 7325 * Then register the _ipp._tcp (IPP) service type with the real port number to in register_printer() 7335 snprintf(regtype, sizeof(regtype), "_ipp._tcp,%s", printer->dnssd_subtypes); in register_printer() 7337 strlcpy(regtype, "_ipp._tcp", sizeof(regtype)); in register_printer() 7347 * Then register the _ipps._tcp (IPP) service type with the real port number to in register_printer() 7357 snprintf(regtype, sizeof(regtype), "_ipps._tcp,%s", printer->dnssd_subtypes); in register_printer() 7359 strlcpy(regtype, "_ipps._tcp", sizeof(regtype)); in register_printer() 7369 * Similarly, register the _http._tcp,_printer (HTTP) service type with the in register_printer() [all …]
|
| /third_party/cups/vcnet/ |
| D | dns_sd.h | 556 * terminating NULL at the end). The regtype is of the form _service._tcp or 571 * Suppose you have an service called "Dr. Smith\Dr. Johnson", of type "_ftp._tcp" 574 * Dr\.\032Smith\\Dr\.\032Johnson._ftp._tcp.4th\.\032Floor.Building\0322.apple.com. 947 * (e.g. "_ftp._tcp"). The service type must be an underscore, followed 949 * The transport protocol must be "_tcp" or "_udp". New service types 955 * "_primarytype._tcp,_subtype1,_subtype2,_subtype3" 957 * for "_primarytype._tcp" will discover all instances of this type; 958 * a client browsing for "_primarytype._tcp,_subtype2" will discover only 965 * % dns-sd -R Simple _test._tcp "" 1001 & 966 * % dns-sd -R Better _test._tcp,HasFeatureA "" 1002 & [all …]
|
| /third_party/backends/backend/escl/ |
| D | escl_devices.c | 208 … AVAHI_PROTO_UNSPEC, "_uscan._tcp", in escl_devices() 217 "_uscans._tcp", NULL, 0, in escl_devices()
|
| /third_party/grpc/test/core/event_engine/test_suite/tests/ |
| D | dns_test_record_groups.yaml | 15 _grpclb._tcp.srv-multi-target:
|
| /third_party/cups/scheduler/ |
| D | dirsvc.c | 996 if (!strcmp(type, "_printer._tcp")) in dnssdRegisterInstance() 999 else if (!strcmp(type, "_ipps._tcp")) in dnssdRegisterInstance() 1220 status = dnssdRegisterInstance(NULL, p, name, "_printer._tcp", NULL, 0, NULL, 0, from_callback); in dnssdRegisterPrinter() 1224 …dnssdRegisterInstance(NULL, p, name, "_ipps._tcp", DNSSDSubTypes, DNSSDPort, &ipp_txt, 0, from_cal… in dnssdRegisterPrinter() 1234 …status = dnssdRegisterInstance(NULL, p, name, "_fax-ipp._tcp", DNSSDSubTypes, DNSSDPort, &ipp_txt,… in dnssdRegisterPrinter() 1236 …status = dnssdRegisterInstance(NULL, p, name, "_ipp._tcp", DNSSDSubTypes, DNSSDPort, &ipp_txt, 1, … in dnssdRegisterPrinter() 1544 …dnssdRegisterInstance(&WebIFSrv, NULL, webif, "_http._tcp", "_printer", DNSSDPort, NULL, 1, from_c… in dnssdUpdateDNSSDName()
|
| /third_party/pulseaudio/src/modules/macosx/ |
| D | module-bonjour-publish.c | 51 #define SERVICE_TYPE_SINK "_pulse-sink._tcp" 52 #define SERVICE_TYPE_SOURCE "_pulse-source._tcp" 53 #define SERVICE_TYPE_SERVER "_pulse-server._tcp"
|
| /third_party/cups/cups/ |
| D | testhttp.c | 110 { HTTP_URI_STATUS_OK, "lpd://Acme%20Laser%20(01%3A23%3A45).local._tcp._printer/", 111 "lpd", "", "Acme Laser (01:23:45).local._tcp._printer", "/", 515, 0, 113 …, "ipp://HP%20Officejet%204500%20G510n-z%20%40%20Will's%20MacBook%20Pro%2015%22._ipp._tcp.local./", 114 … "ipp", "", "HP Officejet 4500 G510n-z @ Will's MacBook Pro 15\"._ipp._tcp.local.", "/", 631, 0, 562 else if (strstr(argv[1], "._tcp")) in main()
|
| D | http-support.c | 250 * raw IPv6 addresses, we specifically look for "._tcp" in the name, in httpAssembleURI() 255 have_ipv6 = strchr(host, ':') && !strstr(host, "._tcp"); in httpAssembleURI() 1777 if (strstr(hostname, "._tcp")) in _httpResolveURI() 1811 for (regtype = strstr(hostname, "._tcp") - 2; in _httpResolveURI() 1817 * Found ._servicetype in front of ._tcp... in _httpResolveURI() 1960 …fprintf(stderr, "DEBUG: Resolving \"%s\", regtype=\"_ipps._tcp\", domain=\"local.\"...\n", hostnam… in _httpResolveURI() 1966 "_ipps._tcp", domain, http_resolve_cb, in _httpResolveURI() 1973 …fprintf(stderr, "DEBUG: Resolving \"%s\", regtype=\"_ipp._tcp\", domain=\"local.\"...\n", hostname… in _httpResolveURI() 1979 "_ipp._tcp", domain, http_resolve_cb, in _httpResolveURI()
|
| D | dest.c | 639 if (strstr(uri, "._tcp")) in cupsConnectDest() 649 if (strstr(uri, "._tcp")) in cupsConnectDest() 1141 …if (((flags & CUPS_DEST_FLAGS_DEVICE) || !printer_uri) && device_uri && strstr(device_uri, "._tcp"… in _cupsGetDestResource() 1261 if (strstr(hostname, "._tcp")) in cupsGetDestWithURI() 2082 if (strstr(uri, "._tcp")) in cupsSetDests2() 2833 if (!_cups_strcasecmp(regtype, "_ipps._tcp") && in cups_dnssd_get_device() 2864 !strcmp(regtype, "_ipps._tcp") ? "IPPS" : "IPP", in cups_dnssd_get_device() 3255 !strcmp(device->regtype, "_ipps._tcp") ? "ipps" : "ipp", in cups_dnssd_query_cb() 3628 if ((replyDomain = strstr(regtype, "._tcp.")) != NULL) in cups_enum_dests() 3676 …if (DNSServiceBrowse(&ipp_ref, kDNSServiceFlagsShareConnection, 0, "_ipp._tcp", NULL, (DNSServiceB… in cups_enum_dests() [all …]
|
| D | ipp-vars.c | 226 if (strstr(value, "._tcp")) in _ippVarsSet()
|
| /third_party/grpc/test/cpp/naming/utils/ |
| D | run_dns_server_for_lb_interop_tests.py | 84 "_grpclb._tcp.server": [
|
| /third_party/pulseaudio/src/modules/ |
| D | module-zeroconf-discover.c | 50 #define SERVICE_TYPE_SINK "_pulse-sink._tcp" 51 #define SERVICE_TYPE_SOURCE "_non-monitor._sub._pulse-source._tcp"
|
| D | module-zeroconf-publish.c | 62 #define SERVICE_TYPE_SINK "_pulse-sink._tcp" 63 #define SERVICE_TYPE_SOURCE "_pulse-source._tcp" 64 #define SERVICE_TYPE_SERVER "_pulse-server._tcp"
|
| /third_party/libuv/docs/src/ |
| D | tcp.rst | 2 .. _tcp:
|
| /third_party/backends/doc/ |
| D | sane-pixma.man | 369 the _scanner._tcp service entry in mDNS/DNS-SD (using for example
|