Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
Dbench_http.c184 evhttp_bind_socket(http, "0.0.0.0", port); in main()
Dregress_http.c2390 if (evhttp_bind_socket(myhttp, "127.0.0.1", 65535 - i) == 0) { in http_highport_test()
/freebsd-12-stable/contrib/libevent/test/
Dbench_http.c184 evhttp_bind_socket(http, "0.0.0.0", port); in main()
Dregress_http.c2390 if (evhttp_bind_socket(myhttp, "127.0.0.1", 65535 - i) == 0) { in http_highport_test()
/freebsd-12-stable/contrib/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/freebsd-12-stable/contrib/ntp/sntp/libevent/
DChangeLog-1.4126 o fix evhttp_bind_socket() so that multiple sockets can be bound by the same http server.
Dhttp.c3549 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket() function
3722 if (evhttp_bind_socket(http, address, port) == -1) { in evhttp_start()
/freebsd-12-stable/contrib/libevent/
DChangeLog-1.4126 o fix evhttp_bind_socket() so that multiple sockets can be bound by the same http server.
Dhttp.c3549 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket() function
3722 if (evhttp_bind_socket(http, address, port) == -1) { in evhttp_start()