Home
last modified time | relevance | path

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

/qemu/include/io/
H A Dchannel-socket.h228 qio_channel_socket_get_local_address(QIOChannelSocket *ioc,
/qemu/migration/
H A Dsocket.c193 qio_channel_socket_get_local_address(listener->sioc[i], errp); in socket_start_incoming_migration()
/qemu/net/
H A Dstream.c257 addr = qio_channel_socket_get_local_address(cioc, NULL); in net_stream_listen()
283 addr = qio_channel_socket_get_local_address(listen_sioc, NULL); in net_stream_server_listening()
/qemu/tests/unit/
H A Dtest-yank.c80 addr = qio_channel_socket_get_local_address(ioc, &error_abort); in char_change_test()
H A Dtest-io-channel-socket.c64 SocketAddress *laddr = qio_channel_socket_get_local_address( in test_io_channel_setup_sync()
126 SocketAddress *laddr = qio_channel_socket_get_local_address( in test_io_channel_setup_async()
H A Dtest-char.c923 addr = qio_channel_socket_get_local_address(ioc, &error_abort); in char_socket_client_dupid_test()
975 addr = qio_channel_socket_get_local_address(ioc, &error_abort); in char_socket_client_test()
/qemu/ui/
H A Dvnc-auth-sasl.c536 addr = qio_channel_socket_get_local_address(ioc, errp); in vnc_socket_ip_addr_string()
H A Dvnc.c164 addr = qio_channel_socket_get_local_address(ioc, errp); in vnc_init_basic_info_from_server_addr()
391 addr = qio_channel_socket_get_local_address(vd->listener->sioc[0], in qmp_query_vnc()
453 addr = qio_channel_socket_get_local_address(ioc, NULL); in qmp_query_server_entry()
3512 addr = qio_channel_socket_get_local_address(vd->listener->sioc[0], NULL); in vnc_display_print_local_addr()
/qemu/io/
H A Dchannel-socket.c41 qio_channel_socket_get_local_address(QIOChannelSocket *ioc, in qio_channel_socket_get_local_address() function