Searched refs:create_bind_socket_nonblock (Results 1 – 1 of 1) sorted by relevance
184 static evutil_socket_t create_bind_socket_nonblock(struct evutil_addrinfo *, int reuse);4396 create_bind_socket_nonblock(struct evutil_addrinfo *ai, int reuse) in create_bind_socket_nonblock() function4470 return create_bind_socket_nonblock(NULL, 0); in bind_socket()4477 fd = create_bind_socket_nonblock(aitop, reuse); in bind_socket()