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

Lines Matching refs:hn

1248     char *hn = NULL;
1254 hn = avahi_get_host_name_strdup();
1256 hn = avahi_normalize_name_strdup(host_name);
1258 hn[strcspn(hn, ".")] = 0;
1260 if (avahi_domain_equal(s->host_name, hn) && s->state != AVAHI_SERVER_COLLISION) {
1261 avahi_free(hn);
1268 s->host_name = hn;