Home
last modified time | relevance | path

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

/external/libevent/
Dhttp.c180 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() function
4466 return create_bind_socket_nonblock(NULL, 0); in bind_socket()
4473 fd = create_bind_socket_nonblock(aitop, reuse); in bind_socket()