Home
last modified time | relevance | path

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

/libevent-2.1.12/
H A Dhttp.c181 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
2580 evcon->fd = bind_socket( in evhttp_connection_connect_()
3565 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1) in evhttp_bind_socket_with_handle()
4459 bind_socket(const char *address, ev_uint16_t port, int reuse) in bind_socket() function