Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc.c3837 SocketAddress *single_saddr = NULL; in vnc_display_get_addresses() local
3880 single_saddr = saddr_list->value; in vnc_display_get_addresses()
3902 if (single_saddr && in vnc_display_get_addresses()
3903 single_saddr->type == SOCKET_ADDRESS_TYPE_INET && in vnc_display_get_addresses()
3906 !g_str_equal(single_saddr->u.inet.host, "")) { in vnc_display_get_addresses()
3908 wsaddr->u.inet.host = g_strdup(single_saddr->u.inet.host); in vnc_display_get_addresses()