Searched refs:avahi_client_get_string_reply_and_block (Results 1 – 1 of 1) sorted by relevance
/external/avahi/avahi-client/ |
D | client.c | 672 static char* avahi_client_get_string_reply_and_block (AvahiClient *client, const char *method, cons… in avahi_client_get_string_reply_and_block() function 737 …client->version_string = avahi_client_get_string_reply_and_block(client, "GetVersionString", NULL); in avahi_client_get_version_string() 751 … client->domain_name = avahi_client_get_string_reply_and_block(client, "GetDomainName", NULL); in avahi_client_get_domain_name() 765 client->host_name = avahi_client_get_string_reply_and_block(client, "GetHostName", NULL); in avahi_client_get_host_name() 779 … client->host_name_fqdn = avahi_client_get_string_reply_and_block(client, "GetHostNameFqdn", NULL); in avahi_client_get_host_name_fqdn()
|