Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshd.c137 #define MAX_LISTEN_SOCKS 16 macro
138 static int listen_socks[MAX_LISTEN_SOCKS];
778 if (num_listen_socks >= MAX_LISTEN_SOCKS) in listen_on_addrs()