Symbol: ctl_relay_event
usr.sbin/relayd/relay.c
1017
relay_spliceadjust(struct ctl_relay_event *cre)
usr.sbin/relayd/relay.c
1033
struct ctl_relay_event *cre = arg;
usr.sbin/relayd/relay.c
1444
struct ctl_relay_event *in = &con->se_in, *out = &con->se_out;
usr.sbin/relayd/relay.c
1518
relay_connect_state(struct rsession *con, struct ctl_relay_event *cre,
usr.sbin/relayd/relay.c
1829
relay_reset_event(struct rsession *con, struct ctl_relay_event *cre)
usr.sbin/relayd/relay.c
2321
relay_tls_inspect_create(struct relay *rlay, struct ctl_relay_event *cre)
usr.sbin/relayd/relay.c
2366
relay_tls_transaction(struct rsession *con, struct ctl_relay_event *cre)
usr.sbin/relayd/relay.c
2415
struct ctl_relay_event *cre = arg;
usr.sbin/relayd/relay.c
2489
relay_tls_connected(struct ctl_relay_event *cre)
usr.sbin/relayd/relay.c
2509
struct ctl_relay_event *cre = bufev->cbarg;
usr.sbin/relayd/relay.c
2570
struct ctl_relay_event *cre = bufev->cbarg;
usr.sbin/relayd/relay.c
2625
relay_bufferevent_printf(struct ctl_relay_event *cre, const char *fmt, ...)
usr.sbin/relayd/relay.c
2644
relay_bufferevent_print(struct ctl_relay_event *cre, const char *str)
usr.sbin/relayd/relay.c
2652
relay_bufferevent_write_buffer(struct ctl_relay_event *cre,
usr.sbin/relayd/relay.c
2661
relay_bufferevent_write_chunk(struct ctl_relay_event *cre,
usr.sbin/relayd/relay.c
2672
relay_bufferevent_write(struct ctl_relay_event *cre, void *data, size_t size)
usr.sbin/relayd/relay.c
693
struct ctl_relay_event *out = &con->se_out;
usr.sbin/relayd/relay.c
78
struct ctl_relay_event *);
usr.sbin/relayd/relay.c
80
void relay_tls_connected(struct ctl_relay_event *);
usr.sbin/relayd/relay.c
859
struct ctl_relay_event *cre = arg;
usr.sbin/relayd/relay.c
86
struct ctl_relay_event *, enum relay_state);
usr.sbin/relayd/relay.c
880
relay_dump(struct ctl_relay_event *cre, const void *buf, size_t len)
usr.sbin/relayd/relay.c
900
struct ctl_relay_event *cre = arg;
usr.sbin/relayd/relay.c
935
relay_splice(struct ctl_relay_event *cre)
usr.sbin/relayd/relay.c
987
relay_splicelen(struct ctl_relay_event *cre)
usr.sbin/relayd/relay_http.c
1174
relay_expand_http(struct ctl_relay_event *cre, char *val, char *buf,
usr.sbin/relayd/relay_http.c
1249
relay_writerequest_http(struct ctl_relay_event *dst,
usr.sbin/relayd/relay_http.c
1250
struct ctl_relay_event *cre)
usr.sbin/relayd/relay_http.c
1272
relay_writeresponse_http(struct ctl_relay_event *dst,
usr.sbin/relayd/relay_http.c
1273
struct ctl_relay_event *cre)
usr.sbin/relayd/relay_http.c
1291
relay_writeheader_kv(struct ctl_relay_event *dst, struct kv *hdr)
usr.sbin/relayd/relay_http.c
1319
relay_writeheader_http(struct ctl_relay_event *dst, struct ctl_relay_event
usr.sbin/relayd/relay_http.c
134
relay_httpdesc_init(struct ctl_relay_event *cre)
usr.sbin/relayd/relay_http.c
1408
relay_httpquery_test(struct ctl_relay_event *cre, struct relay_rule *rule,
usr.sbin/relayd/relay_http.c
1429
relay_httpheader_test(struct ctl_relay_event *cre, struct relay_rule *rule,
usr.sbin/relayd/relay_http.c
1463
relay_httppath_test(struct ctl_relay_event *cre, struct relay_rule *rule,
usr.sbin/relayd/relay_http.c
1491
relay_httpurl_test(struct ctl_relay_event *cre, struct relay_rule *rule,
usr.sbin/relayd/relay_http.c
1521
relay_httpcookie_test(struct ctl_relay_event *cre, struct relay_rule *rule,
usr.sbin/relayd/relay_http.c
1565
relay_match_actions(struct ctl_relay_event *cre, struct relay_rule *rule,
usr.sbin/relayd/relay_http.c
1600
relay_apply_actions(struct ctl_relay_event *cre, struct kvlist *actions,
usr.sbin/relayd/relay_http.c
1839
relay_test(struct protocol *proto, struct ctl_relay_event *cre)
usr.sbin/relayd/relay_http.c
184
struct ctl_relay_event *cre = arg;
usr.sbin/relayd/relay_http.c
2012
relay_http_parse_startline(struct ctl_relay_event *cre, char *line,
usr.sbin/relayd/relay_http.c
44
static int _relay_lookup_url(struct ctl_relay_event *, char *, char *,
usr.sbin/relayd/relay_http.c
46
int relay_lookup_url(struct ctl_relay_event *,
usr.sbin/relayd/relay_http.c
48
int relay_lookup_query(struct ctl_relay_event *, struct kv *);
usr.sbin/relayd/relay_http.c
49
int relay_lookup_cookie(struct ctl_relay_event *, const char *,
usr.sbin/relayd/relay_http.c
53
char *relay_expand_http(struct ctl_relay_event *, char *,
usr.sbin/relayd/relay_http.c
55
int relay_writeheader_kv(struct ctl_relay_event *, struct kv *);
usr.sbin/relayd/relay_http.c
56
int relay_writeheader_http(struct ctl_relay_event *,
usr.sbin/relayd/relay_http.c
57
struct ctl_relay_event *);
usr.sbin/relayd/relay_http.c
58
int relay_writerequest_http(struct ctl_relay_event *,
usr.sbin/relayd/relay_http.c
59
struct ctl_relay_event *);
usr.sbin/relayd/relay_http.c
60
int relay_writeresponse_http(struct ctl_relay_event *,
usr.sbin/relayd/relay_http.c
61
struct ctl_relay_event *);
usr.sbin/relayd/relay_http.c
613
struct ctl_relay_event *cre = arg;
usr.sbin/relayd/relay_http.c
62
void relay_reset_http(struct ctl_relay_event *);
usr.sbin/relayd/relay_http.c
65
int relay_httpquery_test(struct ctl_relay_event *,
usr.sbin/relayd/relay_http.c
67
int relay_httpheader_test(struct ctl_relay_event *,
usr.sbin/relayd/relay_http.c
673
struct ctl_relay_event *cre = arg;
usr.sbin/relayd/relay_http.c
69
int relay_httppath_test(struct ctl_relay_event *,
usr.sbin/relayd/relay_http.c
71
int relay_httpurl_test(struct ctl_relay_event *,
usr.sbin/relayd/relay_http.c
73
int relay_httpcookie_test(struct ctl_relay_event *,
usr.sbin/relayd/relay_http.c
75
int relay_apply_actions(struct ctl_relay_event *, struct kvlist *,
usr.sbin/relayd/relay_http.c
77
int relay_match_actions(struct ctl_relay_event *,
usr.sbin/relayd/relay_http.c
804
relay_reset_http(struct ctl_relay_event *cre)
usr.sbin/relayd/relay_http.c
817
_relay_lookup_url(struct ctl_relay_event *cre, char *host, char *path,
usr.sbin/relayd/relay_http.c
82
int relay_http_parse_startline(struct ctl_relay_event *, char *,
usr.sbin/relayd/relay_http.c
865
relay_lookup_url(struct ctl_relay_event *cre, const char *host, struct kv *kv)
usr.sbin/relayd/relay_http.c
941
relay_lookup_cookie(struct ctl_relay_event *cre, const char *str,
usr.sbin/relayd/relay_http.c
995
relay_lookup_query(struct ctl_relay_event *cre, struct kv *kv)
usr.sbin/relayd/relayd.h
1214
int relay_reset_event(struct rsession *, struct ctl_relay_event *);
usr.sbin/relayd/relayd.h
1225
int relay_splice(struct ctl_relay_event *);
usr.sbin/relayd/relayd.h
1226
int relay_splicelen(struct ctl_relay_event *);
usr.sbin/relayd/relayd.h
1227
int relay_spliceadjust(struct ctl_relay_event *);
usr.sbin/relayd/relayd.h
1234
void relay_dump(struct ctl_relay_event *, const void *, size_t);
usr.sbin/relayd/relayd.h
1236
int relay_bufferevent_print(struct ctl_relay_event *, const char *);
usr.sbin/relayd/relayd.h
1237
int relay_bufferevent_write_buffer(struct ctl_relay_event *,
usr.sbin/relayd/relayd.h
1239
int relay_bufferevent_write_chunk(struct ctl_relay_event *,
usr.sbin/relayd/relayd.h
1241
int relay_bufferevent_write(struct ctl_relay_event *,
usr.sbin/relayd/relayd.h
1243
int relay_test(struct protocol *, struct ctl_relay_event *);
usr.sbin/relayd/relayd.h
1265
int relay_httpdesc_init(struct ctl_relay_event *);
usr.sbin/relayd/relayd.h
211
struct ctl_relay_event *dst;
usr.sbin/relayd/relayd.h
568
struct ctl_relay_event se_in;
usr.sbin/relayd/relayd.h
569
struct ctl_relay_event se_out;