Home
last modified time | relevance | path

Searched refs:single_saddr (Results 1 – 1 of 1) sorted by relevance

/qemu/ui/
H A Dvnc.c3836 SocketAddress *single_saddr = NULL; in vnc_display_get_addresses() local
3879 single_saddr = saddr_list->value; in vnc_display_get_addresses()
3901 if (single_saddr && in vnc_display_get_addresses()
3902 single_saddr->type == SOCKET_ADDRESS_TYPE_INET && in vnc_display_get_addresses()
3905 !g_str_equal(single_saddr->u.inet.host, "")) { in vnc_display_get_addresses()
3907 wsaddr->u.inet.host = g_strdup(single_saddr->u.inet.host); in vnc_display_get_addresses()