Searched refs:single_saddr (Results 1 – 1 of 1) sorted by relevance
3838 SocketAddress *single_saddr = NULL; in vnc_display_get_addresses() local3881 single_saddr = saddr_list->value; in vnc_display_get_addresses()3903 if (single_saddr && in vnc_display_get_addresses()3904 single_saddr->type == SOCKET_ADDRESS_TYPE_INET && in vnc_display_get_addresses()3907 !g_str_equal(single_saddr->u.inet.host, "")) { in vnc_display_get_addresses()3909 wsaddr->u.inet.host = g_strdup(single_saddr->u.inet.host); in vnc_display_get_addresses()