Searched refs:evhttp_bind_socket (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dbench_http.c179 evhttp_bind_socket(http, "0.0.0.0", port);
H A Dregress_http.c2093 if (evhttp_bind_socket(myhttp, "127.0.0.1", 65535 - i) == 0) {
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h100 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
103 * Like evhttp_bind_socket(), but returns a handle for referencing the socket.
111 * @see evhttp_bind_socket(), evhttp_del_accept_socket()
130 * @see evhttp_bind_socket()
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c3343 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) function
3513 if (evhttp_bind_socket(http, address, port) == -1) {

Completed in 115 milliseconds