Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h116 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address…
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttp-server.c547 handle = evhttp_bind_socket_with_handle(http, "0.0.0.0", o.port); in main()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_rpc.c91 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", 0); in http_setup()
H A Dregress_http.c105 sock = evhttp_bind_socket_with_handle(myhttp, "::1", *pport); in http_bind()
107 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", *pport); in http_bind()
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c3556 evhttp_bind_socket_with_handle(http, address, port); in evhttp_bind_socket()
3563 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket_with_handle() function