Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h115 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address…
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h115 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address…
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c546 handle = evhttp_bind_socket_with_handle(http, "0.0.0.0", o.port); in main()
/freebsd/contrib/libevent/sample/
H A Dhttp-server.c546 handle = evhttp_bind_socket_with_handle(http, "0.0.0.0", o.port); in main()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c87 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", 0); in http_setup()
H A Dregress_http.c100 sock = evhttp_bind_socket_with_handle(myhttp, "::1", *pport); in http_bind()
102 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", *pport); in http_bind()
/freebsd/contrib/libevent/test/
H A Dregress_rpc.c87 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", 0); in http_setup()
H A Dregress_http.c100 sock = evhttp_bind_socket_with_handle(myhttp, "::1", *pport); in http_bind()
102 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", *pport); in http_bind()
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c3552 evhttp_bind_socket_with_handle(http, address, port); in evhttp_bind_socket()
3559 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket_with_handle() function
/freebsd/contrib/libevent/
H A Dhttp.c3552 evhttp_bind_socket_with_handle(http, address, port); in evhttp_bind_socket()
3559 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket_with_handle() function