Searched refs:evhttp_bind_socket_with_handle (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | http.h | 115 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address…
|
/freebsd/contrib/libevent/include/event2/ |
H A D | http.h | 115 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address…
|
/freebsd/contrib/ntp/sntp/libevent/sample/ |
H A D | http-server.c | 546 handle = evhttp_bind_socket_with_handle(http, "0.0.0.0", o.port); in main()
|
/freebsd/contrib/libevent/sample/ |
H A D | http-server.c | 546 handle = evhttp_bind_socket_with_handle(http, "0.0.0.0", o.port); in main()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_rpc.c | 87 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", 0); in http_setup()
|
H A D | regress_http.c | 100 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 D | regress_rpc.c | 87 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", 0); in http_setup()
|
H A D | regress_http.c | 100 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 D | http.c | 3552 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 D | http.c | 3552 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
|