Home
last modified time | relevance | path

Searched refs:sendbinbuf (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/relayd/
H A Dcheck_tls.c105 if (cte->table->sendbinbuf != NULL) { in check_tls_write()
106 len = ibuf_size(cte->table->sendbinbuf); in check_tls_write()
107 buf = ibuf_data(cte->table->sendbinbuf); in check_tls_write()
H A Dcheck_tcp.c186 if (cte->table->sendbuf != NULL || cte->table->sendbinbuf != NULL) { in tcp_host_up()
212 if (cte->table->sendbinbuf != NULL) { in tcp_send_req()
213 len = ibuf_size(cte->table->sendbinbuf); in tcp_send_req()
214 req = ibuf_data(cte->table->sendbinbuf); in tcp_send_req()
H A Dparse.y383 sendbinbuf : NOTHING {
384 table->sendbinbuf = NULL;
395 table->sendbinbuf = string2binary($1);
396 if (table->sendbinbuf == NULL)
972 | BINARY SEND sendbinbuf EXPECT STRING opttls {
2997 if (table->sendbinbuf != NULL) in load_config()
2998 ibuf_free(table->sendbinbuf); in load_config()
H A Dconfig.c368 tb->sendbinbuf = string2binary(tb->sendbuf); in config_gettable()
369 if (tb->sendbinbuf == NULL) { in config_gettable()
H A Drelayd.h523 struct ibuf *sendbinbuf; member
H A Drelayd.c533 ibuf_free(table->sendbinbuf); in purge_table()