Searched refs:MAX_LISTEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/bio/
H A Db_sock.c76 # define MAX_LISTEN SO_MAXCONN macro
78 # define MAX_LISTEN SOMAXCONN
80 # define MAX_LISTEN 32
784 if (listen(s, MAX_LISTEN) == -1) {

Completed in 73 milliseconds