Lines Matching refs:domain
354 if (num_printed++ == 0) printf("Timestamp Recommended %s domain\n", operation == 'E' ? "Registration" : "Browsing");
359 printf("Error: No reply domain\n");
444 printf("; To direct clients to browse a different domain, substitute that domain in place of '@'\n");
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");
634 const char *name, const char *regtype, const char *domain, void *context)
642 printf("Got a reply for service %s.%s%s: ", name, regtype, domain);
1121 dom = (argc < opi+2) ? "" : argv[opi+1]; // Missing domain argument is the same as empty string i.e. use system default(s)
1129 dom = (argc < opi+2) ? "" : argv[opi+1]; // Missing domain argument is the same as empty string i.e. use system default(s)
1310 fprintf(stderr, "%s -B <Type> <Domain> (Browse for services instances)\n", a0);
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);
1313 fprintf(stderr, "%s -P <Name> <Type> <Domain> <Port> <Host> <IP> [<TXT>...] (Proxy)\n", a0);
1314 fprintf(stderr, "%s -Z <Type> <Domain> (Output results in Zone File format)\n", a0);