Home
last modified time | relevance | path

Searched refs:socket_set_fast_reuse (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dsockets.h52 int socket_set_fast_reuse(int fd);
/openbmc/qemu/net/
H A Dsocket.c513 socket_set_fast_reuse(fd); in net_socket_listen_init()
660 ret = socket_set_fast_reuse(fd); in net_socket_udp_init()
H A Ddgram.c493 ret = socket_set_fast_reuse(fd); in net_init_dgram()
/openbmc/qemu/util/
H A Dqemu-sockets.c166 socket_set_fast_reuse(slisten); in create_fast_reuse_socket()
561 socket_set_fast_reuse(sock); in inet_dgram_saddr()
H A Doslib-win32.c201 int socket_set_fast_reuse(int fd) in socket_set_fast_reuse() function
H A Doslib-posix.c235 int socket_set_fast_reuse(int fd) in socket_set_fast_reuse() function
/openbmc/qemu/gdbstub/
H A Duser.c387 socket_set_fast_reuse(fd); in gdbserver_open_port()