Searched refs:avahi_client_get_string_reply_and_block (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dclient.c659 static char* avahi_client_get_string_reply_and_block (AvahiClient *client, const char *method, const char *param) { function
724 client->version_string = avahi_client_get_string_reply_and_block(client, "GetVersionString", NULL);
738 client->domain_name = avahi_client_get_string_reply_and_block(client, "GetDomainName", NULL);
752 client->host_name = avahi_client_get_string_reply_and_block(client, "GetHostName", NULL);
766 client->host_name_fqdn = avahi_client_get_string_reply_and_block(client, "GetHostNameFqdn", NULL);

Completed in 19 milliseconds