Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/bio/
Dbio_sock2.c21 # define MAX_LISTEN SO_MAXCONN macro
23 # define MAX_LISTEN SOMAXCONN macro
25 # define MAX_LISTEN 32 macro
286 if (socktype != SOCK_DGRAM && listen(sock, MAX_LISTEN) == -1) { in BIO_listen()
Dbio_sock.c16 # define MAX_LISTEN SO_MAXCONN macro
18 # define MAX_LISTEN SOMAXCONN macro
20 # define MAX_LISTEN 32 macro
/third_party/openssl/crypto/bio/
Dbio_sock2.c21 # define MAX_LISTEN SO_MAXCONN macro
23 # define MAX_LISTEN SOMAXCONN macro
25 # define MAX_LISTEN 32 macro
286 if (socktype != SOCK_DGRAM && listen(sock, MAX_LISTEN) == -1) { in BIO_listen()
Dbio_sock.c16 # define MAX_LISTEN SO_MAXCONN macro
18 # define MAX_LISTEN SOMAXCONN macro
20 # define MAX_LISTEN 32 macro