Searched refs:CHANNELS_MAX_CHANNELS (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssh/ | ||
H A D | channels.h | 268 #define CHANNELS_MAX_CHANNELS (16*1024) macro |
H A D | channels.c | 508 if (sc->channels_alloc > CHANNELS_MAX_CHANNELS) in channel_new() |