Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c184 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() function
4470 return create_bind_socket_nonblock(NULL, 0); in bind_socket()
4477 fd = create_bind_socket_nonblock(aitop, reuse); in bind_socket()