Home
last modified time | relevance | path

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

/openbmc/qemu/io/
H A Dchannel-socket.c45 ioc->localAddrLen, in qio_channel_socket_get_local_address()
94 sioc->localAddrLen = sizeof(sioc->localAddr); in qio_channel_socket_set_fd()
110 &sioc->localAddrLen) < 0) { in qio_channel_socket_set_fd()
384 cioc->localAddrLen = sizeof(ioc->localAddr); in qio_channel_socket_accept()
400 &cioc->localAddrLen) < 0) { in qio_channel_socket_accept()
/openbmc/qemu/include/io/
H A Dchannel-socket.h47 socklen_t localAddrLen; member
/openbmc/qemu/tests/unit/
H A Dtest-io-channel-socket.c524 ioc->localAddrLen = sizeof(ioc->localAddr); in test_io_channel_unix_listen_cleanup()
526 &ioc->localAddrLen); in test_io_channel_unix_listen_cleanup()
/openbmc/qemu/chardev/
H A Dchar-socket.c553 socklen_t ss_len = s->sioc->localAddrLen; in qemu_chr_compute_filename()