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
2340
relay_tls_inspect_create(struct relay *rlay, struct ctl_relay_event *cre)
usr.sbin/relayd/relay.c
2385
relay_tls_transaction(struct rsession *con, struct ctl_relay_event *cre)
usr.sbin/relayd/relay.c
2434
struct ctl_relay_event *cre = arg;
usr.sbin/relayd/relay.c
2508
relay_tls_connected(struct ctl_relay_event *cre)
usr.sbin/relayd/relay.c
2528
struct ctl_relay_event *cre = bufev->cbarg;
usr.sbin/relayd/relay.c
2589
struct ctl_relay_event *cre = bufev->cbarg;
usr.sbin/relayd/relay.c
2644
relay_bufferevent_printf(struct ctl_relay_event *cre, const char *fmt, ...)
usr.sbin/relayd/relay.c
2663
relay_bufferevent_print(struct ctl_relay_event *cre, const char *str)
usr.sbin/relayd/relay.c
2671
relay_bufferevent_write_buffer(struct ctl_relay_event *cre,
usr.sbin/relayd/relay.c
2680
relay_bufferevent_write_chunk(struct ctl_relay_event *cre,
usr.sbin/relayd/relay.c
2691
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
1019
relay_lookup_query(struct ctl_relay_event *cre, struct kv *kv)
usr.sbin/relayd/relay_http.c
1198
relay_expand_http(struct ctl_relay_event *cre, char *val, char *buf,
usr.sbin/relayd/relay_http.c
1273
relay_writerequest_http(struct ctl_relay_event *dst,
usr.sbin/relayd/relay_http.c
1274
struct ctl_relay_event *cre)
usr.sbin/relayd/relay_http.c
1296
relay_writeresponse_http(struct ctl_relay_event *dst,
usr.sbin/relayd/relay_http.c
1297
struct ctl_relay_event *cre)
usr.sbin/relayd/relay_http.c
1315
relay_writeheader_kv(struct ctl_relay_event *dst, struct kv *hdr)
usr.sbin/relayd/relay_http.c
133
relay_httpdesc_init(struct ctl_relay_event *cre)
usr.sbin/relayd/relay_http.c
1343
relay_writeheader_http(struct ctl_relay_event *dst, struct ctl_relay_event *cre)
usr.sbin/relayd/relay_http.c
1431
relay_httpquery_test(struct ctl_relay_event *cre, struct relay_rule *rule,
usr.sbin/relayd/relay_http.c
1452
relay_httpheader_test(struct ctl_relay_event *cre, struct relay_rule *rule,
usr.sbin/relayd/relay_http.c
1486
relay_httppath_test(struct ctl_relay_event *cre, struct relay_rule *rule,
usr.sbin/relayd/relay_http.c
1517
relay_httpurl_test(struct ctl_relay_event *cre, struct relay_rule *rule,
usr.sbin/relayd/relay_http.c
1547
relay_httpcookie_test(struct ctl_relay_event *cre, struct relay_rule *rule,
usr.sbin/relayd/relay_http.c
1591
relay_match_actions(struct ctl_relay_event *cre, struct relay_rule *rule,
usr.sbin/relayd/relay_http.c
1626
relay_apply_actions(struct ctl_relay_event *cre, struct kvlist *actions,
usr.sbin/relayd/relay_http.c
184
struct ctl_relay_event *cre = arg;
usr.sbin/relayd/relay_http.c
1865
relay_test(struct protocol *proto, struct ctl_relay_event *cre)
usr.sbin/relayd/relay_http.c
2038
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
62
void relay_reset_http(struct ctl_relay_event *);
usr.sbin/relayd/relay_http.c
636
struct ctl_relay_event *cre = arg;
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
69
int relay_httppath_test(struct ctl_relay_event *,
usr.sbin/relayd/relay_http.c
696
struct ctl_relay_event *cre = arg;
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
82
int relay_http_parse_startline(struct ctl_relay_event *, char *,
usr.sbin/relayd/relay_http.c
827
relay_reset_http(struct ctl_relay_event *cre)
usr.sbin/relayd/relay_http.c
841
_relay_lookup_url(struct ctl_relay_event *cre, char *host, char *path,
usr.sbin/relayd/relay_http.c
889
relay_lookup_url(struct ctl_relay_event *cre, const char *host, struct kv *kv)
usr.sbin/relayd/relay_http.c
965
relay_lookup_cookie(struct ctl_relay_event *cre, const char *str,
usr.sbin/relayd/relayd.h
1208
int relay_reset_event(struct rsession *, struct ctl_relay_event *);
usr.sbin/relayd/relayd.h
1218
int relay_splice(struct ctl_relay_event *);
usr.sbin/relayd/relayd.h
1219
int relay_splicelen(struct ctl_relay_event *);
usr.sbin/relayd/relayd.h
1220
int relay_spliceadjust(struct ctl_relay_event *);
usr.sbin/relayd/relayd.h
1227
void relay_dump(struct ctl_relay_event *, const void *, size_t);
usr.sbin/relayd/relayd.h
1229
int relay_bufferevent_print(struct ctl_relay_event *, const char *);
usr.sbin/relayd/relayd.h
1230
int relay_bufferevent_write_buffer(struct ctl_relay_event *,
usr.sbin/relayd/relayd.h
1232
int relay_bufferevent_write_chunk(struct ctl_relay_event *,
usr.sbin/relayd/relayd.h
1234
int relay_bufferevent_write(struct ctl_relay_event *,
usr.sbin/relayd/relayd.h
1236
int relay_test(struct protocol *, struct ctl_relay_event *);
usr.sbin/relayd/relayd.h
1256
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;