Home
last modified time | relevance | path

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

/qemu/io/
H A Dchannel-socket.c45 ioc->localAddrLen, in qio_channel_socket_get_local_address()
105 sioc->localAddrLen = sizeof(sioc->localAddr); in qio_channel_socket_set_fd()
121 &sioc->localAddrLen) < 0) { in qio_channel_socket_set_fd()
395 cioc->localAddrLen = sizeof(ioc->localAddr); in qio_channel_socket_accept()
411 &cioc->localAddrLen) < 0) { in qio_channel_socket_accept()
/qemu/include/io/
H A Dchannel-socket.h47 socklen_t localAddrLen; member
/qemu/tests/unit/
H A Dtest-io-channel-socket.c526 ioc->localAddrLen = sizeof(ioc->localAddr); in test_io_channel_unix_listen_cleanup()
528 &ioc->localAddrLen); in test_io_channel_unix_listen_cleanup()
/qemu/chardev/
H A Dchar-socket.c566 socklen_t ss_len = s->sioc->localAddrLen; in qemu_chr_compute_filename()