Lines Matching full:service
96 // Service Registration
99 // unique name for the service. For a device such as a printer, this may be appropriate.
101 // response may be to prompt the user and ask them to choose a new name for the service.
116 printf("Service %s now registered and active\n", buffer);
164 printf("Made Service Records for %s\n", buffer);
168 // Service non-existence assertion
169 // (claiming a service name without actually providing a service at that name, to prevent anyone else using that name)
171 // e.g. A printer that implements IPP printing service using the name "My Printer", but doesn't implement LPR service,
172 // should also claim the LPR service name "My Printer" to stop a different printer offering LPR service under the same name,
290 fprintf(stderr, "ip Real IP address (or valid host name) of the host where the service actually resides\n");
292 fprintf(stderr, "srvname Descriptive name of service, e.g. \"Stuart's Ink Jet Printer\"\n");
293 fprintf(stderr, "srvtype IANA service type, e.g. \"_ipp._tcp\" or \"_ssh._tcp\", etc.\n");
294 fprintf(stderr, "port Port number where the service resides (1-65535)\n");
295 fprintf(stderr, "txt Additional name/value pairs specified in service definition, e.g. \"pdl=application/postscript\"\n");