Home
last modified time | relevance | path

Searched refs:SMALL_READ_BUF_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/relayd/
Dcheck_tls.c42 char rbuf[SMALL_READ_BUF_SIZE]; in check_tls_read()
119 if ((cte->buf = ibuf_dynamic(SMALL_READ_BUF_SIZE, UINT_MAX)) == in check_tls_write()
170 if ((cte->buf = ibuf_dynamic(SMALL_READ_BUF_SIZE, UINT_MAX)) == in check_tls_handshake()
Dcheck_tcp.c192 if ((cte->buf = ibuf_dynamic(SMALL_READ_BUF_SIZE, UINT_MAX)) == NULL) in tcp_host_up()
237 if ((cte->buf = ibuf_dynamic(SMALL_READ_BUF_SIZE, UINT_MAX)) == NULL) in tcp_send_req()
252 char rbuf[SMALL_READ_BUF_SIZE]; in tcp_read_buf()
Drelayd.h95 #define SMALL_READ_BUF_SIZE 1024 macro
/openbsd/src/usr.sbin/snmpd/
Dsnmpd.h72 #define SMALL_READ_BUF_SIZE 1024 macro