Home
last modified time | relevance | path

Searched refs:MONITOR_MAX_MSGLEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dmonitor_wrap.h31 #define MONITOR_MAX_MSGLEN (4 * 1024 * 1024) macro
33 #define MONITOR_MAX_CFGLEN (MONITOR_MAX_MSGLEN - (64 * 1024))
H A Dmonitor_wrap.c158 if (mlen >= MONITOR_MAX_MSGLEN) in mm_request_send()
191 if (msg_len > MONITOR_MAX_MSGLEN) in mm_request_receive()