Home | History | Annotate | Download | only in Clients

Lines Matching full:service

18  * the Apple Software.  Neither the name, trademarks, service marks or logos of
439 if (CopyLabels(t, t + kDNSServiceMaxDomainName, &p, 2)) return; // Fetch next two labels (service type)
449 printf("; names with the correct fully-qualified (unicast) domain name of the target host offering the service.\n");
502 if (num_printed++ == 0) printf("Timestamp A/R Flags if %-25s %-25s %s\n", "Domain", "Service Type", "Instance Name");
642 printf("Got a reply for service %s.%s%s: ", name, regtype, domain);
916 static void DNSSD_API MyRegisterRecordCallback(DNSServiceRef service, DNSRecordRef rec, const DNSServiceFlags flags,
921 (void)service; // Unused
936 // DNSServiceRemoveRecord(service, rec, 0); to test record removal
943 DNSServiceUpdateRecord(service, rec, 0, sizeof(x), &x, 0);
995 printf("Registering Service %s.%s%s%s", nam[0] ? nam : "<<Default>>", typ, dom[0] ? "." : "", dom);
1189 printf("Registering Service Test._testupdate._tcp.local.\n");
1200 printf("Registering Service Test._testlargetxt._tcp.local.\n");
1210 printf("Registering Service Test._testdualtxt._tcp.local.\n");
1220 printf("Registering Service Test._testtxt._tcp.local.\n");
1292 else printf("Currently running daemon (system service) is version %d.%d\n", v / 10000, v / 100 % 100);
1311 fprintf(stderr, "%s -L <Name> <Type> <Domain> (Look up a service instance)\n", a0);
1312 fprintf(stderr, "%s -R <Name> <Type> <Domain> <Port> [<TXT>...] (Register a service)\n", a0);
1323 fprintf(stderr, "%s -V (Get version of currently running daemon / system service)\n", a0);