Searched refs:sock_options (Results 1 – 1 of 1) sorted by relevance
301 int sock_options = BIO_SOCK_REUSEADDR; in do_server() local325 sock_options |= BIO_SOCK_TFO; in do_server()328 sock_options |= BIO_SOCK_V6_ONLY; in do_server()342 sock_options &= ~BIO_SOCK_V6_ONLY; in do_server()353 || !BIO_listen(asock, sock_address, sock_options)) { in do_server()
Completed in 3 milliseconds