Searched refs:evhttp_bound_socket (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Dhttp-internal.h127 struct evhttp_bound_socket { struct
128 TAILQ_ENTRY(evhttp_bound_socket) next;
145 TAILQ_HEAD(boundq, evhttp_bound_socket) sockets;
H A Dhttp.c3345 struct evhttp_bound_socket *bound =
3352 struct evhttp_bound_socket *
3356 struct evhttp_bound_socket *bound;
3381 struct evhttp_bound_socket *bound =
3393 struct evhttp_bound_socket *bound;
3399 struct evhttp_bound_socket *
3402 struct evhttp_bound_socket *bound;
3422 struct evhttp_bound_socket *
3425 struct evhttp_bound_socket *bound;
3427 bound = mm_malloc(sizeof(struct evhttp_bound_socket));
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h73 struct evhttp_bound_socket;
114 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port);
146 struct evhttp_bound_socket *evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t fd);
150 * returns an evhttp_bound_socket. The listener will be freed when the bound
154 struct evhttp_bound_socket *evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listener);
160 struct evconnlistener *evhttp_bound_socket_get_listener(struct evhttp_bound_socket *bound);
162 typedef void evhttp_bound_socket_foreach_fn(struct evhttp_bound_socket *, void *);
194 void evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound_socket);
197 * Get the raw file descriptor referenced by an evhttp_bound_socket.
204 evutil_socket_t evhttp_bound_socket_get_fd(struct evhttp_bound_socket *bound_socke
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c81 struct evhttp_bound_socket *sock;
H A Dregress_http.c101 struct evhttp_bound_socket *sock;

Completed in 120 milliseconds