Home | History | Annotate | Download | only in avahi-utils

Lines Matching refs:domain

54     char *name, *stype, *domain, *host;
133 if (avahi_entry_group_add_service_strlst(entry_group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, config->name, config->stype, config->domain, config->host, config->port, config->txt) < 0) {
139 if (avahi_entry_group_add_service_subtype(entry_group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, config->name, config->stype, config->domain, (char*) i->text) < 0) {
223 " -d --domain=DOMAIN Domain to publish service in\n"
224 " -H --host=DOMAIN Host where service resides\n"
245 { "domain", required_argument, NULL, 'd' },
257 c->host = c->name = c->domain = c->stype = NULL;
283 avahi_free(c->domain);
284 c->domain = avahi_strdup(optarg);
424 avahi_free(config.domain);