Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h206 evutil_socket_t evhttp_bound_socket_get_fd(struct evhttp_bound_socket *bound_socket);
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttp-server.c406 fd = evhttp_bound_socket_get_fd(handle); in display_listen_sock()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_rpc.c95 port = regress_get_socket_port(evhttp_bound_socket_get_fd(sock)); in http_setup()
H A Dregress_http.c116 port = regress_get_socket_port(evhttp_bound_socket_get_fd(sock)); in http_bind()
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c3652 evhttp_bound_socket_get_fd(struct evhttp_bound_socket *bound) in evhttp_bound_socket_get_fd() function