Searched refs:create_bind_socket_nonblock (Results 1 – 1 of 1) sorted by relevance
180 static evutil_socket_t create_bind_socket_nonblock(struct evutil_addrinfo *, int reuse);4392 create_bind_socket_nonblock(struct evutil_addrinfo *ai, int reuse) in create_bind_socket_nonblock() function4466 return create_bind_socket_nonblock(NULL, 0); in bind_socket()4473 fd = create_bind_socket_nonblock(aitop, reuse); in bind_socket()