Searched refs:ioctlsocket (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/util/ |
| H A D | oslib-win32.c | 188 if (ioctlsocket(fd, FIONBIO, &opt) != NO_ERROR) { in qemu_socket_try_set_nonblock() 396 if (ioctlsocket(client, FIONBIO, &arg) != NO_ERROR) { in qemu_socketpair() 411 if (ioctlsocket(client, FIONBIO, &arg) != NO_ERROR) { in qemu_socketpair() 416 if (ioctlsocket(client, SIO_AF_UNIX_GETPEERPID, &arg) != NO_ERROR) { in qemu_socketpair() 649 #undef ioctlsocket 659 ret = ioctlsocket(s, req, val); in qemu_getsockopt_wrap()
|