Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libevent/sample/
H A Dhttp-server.c370 handle = evhttp_bind_socket_with_handle(http, "0.0.0.0", port); in main()
/freebsd-12.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h114 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address…
/freebsd-12.1/contrib/libevent/include/event2/
H A Dhttp.h114 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address…
/freebsd-12.1/contrib/libevent/test/
H A Dregress_rpc.c88 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", 0); in http_setup()
H A Dregress_http.c97 sock = evhttp_bind_socket_with_handle(myhttp, "::1", *pport); in http_bind()
99 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", *pport); in http_bind()
/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c88 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", 0); in http_setup()
H A Dregress_http.c104 sock = evhttp_bind_socket_with_handle(myhttp, "::1", *pport); in http_bind()
106 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", *pport); in http_bind()
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dhttp.c3346 evhttp_bind_socket_with_handle(http, address, port); in evhttp_bind_socket()
3353 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket_with_handle() function
/freebsd-12.1/contrib/libevent/
H A Dhttp.c3495 evhttp_bind_socket_with_handle(http, address, port); in evhttp_bind_socket()
3502 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket_with_handle() function