Home
last modified time | relevance | path

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

/external/libevent/
Dhttp.c171 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
2194 evcon->fd = bind_socket( in evhttp_connection_connect()
3102 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1) in evhttp_bind_socket_with_handle()
3892 bind_socket(const char *address, ev_uint16_t port, int reuse) in bind_socket() function