Searched refs:evhttp_bind_socket (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | bench_http.c | 185 evhttp_bind_socket(http, "0.0.0.0", port); in main()
|
H A D | regress_http.c | 2395 if (evhttp_bind_socket(myhttp, "127.0.0.1", 65535 - i) == 0) { in http_highport_test()
|
/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | http.h | 102 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | http.c | 3553 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket() function 3726 if (evhttp_bind_socket(http, address, port) == -1) { in evhttp_start()
|