Home
last modified time | relevance | path

Searched refs:socket_uri (Results 1 – 4 of 4) sorted by path

/qemu/include/qemu/
H A Dsockets.h72 char *socket_uri(SocketAddress *addr);
/qemu/migration/
H A Dmigration-hmp-cmds.c200 char *s = socket_uri(addr->value); in hmp_info_migrate()
/qemu/net/
H A Dstream.c262 uri = socket_uri(addr); in net_stream_listen()
342 uri = socket_uri(addr); in net_stream_client_connected()
/qemu/util/
H A Dqemu-sockets.c1073 char *socket_uri(SocketAddress *addr) in socket_uri() function