Home
last modified time | relevance | path

Searched refs:ctl_tcp_event (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/relayd/
Dcheck_tcp.c39 void tcp_host_up(struct ctl_tcp_event *);
40 void tcp_close(struct ctl_tcp_event *, int);
44 int check_http_code(struct ctl_tcp_event *);
45 int check_http_digest(struct ctl_tcp_event *);
46 int check_send_expect(struct ctl_tcp_event *);
49 check_tcp(struct ctl_tcp_event *cte) in check_tcp()
122 struct ctl_tcp_event *cte = arg; in tcp_write()
146 tcp_close(struct ctl_tcp_event *cte, int status) in tcp_close()
157 tcp_host_up(struct ctl_tcp_event *cte) in tcp_host_up()
201 struct ctl_tcp_event *cte = arg; in tcp_send_req()
[all …]
Dcheck_tls.c36 void check_tls_cleanup(struct ctl_tcp_event *);
37 void check_tls_error(struct ctl_tcp_event *, const char *, const char *);
43 struct ctl_tcp_event *cte = arg; in check_tls_read()
92 struct ctl_tcp_event *cte = arg; in check_tls_write()
145 struct ctl_tcp_event *cte = arg; in check_tls_handshake()
196 check_tls_cleanup(struct ctl_tcp_event *cte) in check_tls_cleanup()
206 check_tls_error(struct ctl_tcp_event *cte, const char *where, const char *what) in check_tls_error()
214 check_tls(struct ctl_tcp_event *cte) in check_tls()
Drelayd.h176 struct ctl_tcp_event { struct
183 int (*validate_read)(struct ctl_tcp_event *); argument
184 int (*validate_close)(struct ctl_tcp_event *); argument
447 struct ctl_tcp_event cte;
1279 void check_tcp(struct ctl_tcp_event *);
1282 void check_tls(struct ctl_tcp_event *);