Home
last modified time | relevance | path

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

/external/openssl/crypto/bio/
Db_sock.c80 #define MAX_LISTEN SO_MAXCONN macro
82 #define MAX_LISTEN SOMAXCONN
84 #define MAX_LISTEN 32
809 if (listen(s,MAX_LISTEN) == -1) in BIO_get_accept_socket()