Searched refs:LISTENQ (Results 1 – 3 of 3) sorted by relevance
85 # define LISTENQ 5 macro92 # define LISTENQ 100 macro
69 #if !defined(LISTENQ)70 # define LISTENQ 128 // tcp connection backlog macro1179 err = listen( self->tcpsd, LISTENQ ); in SetupSockets()1218 err = listen( self->llq_tcpsd, LISTENQ ); in SetupSockets()1261 err = listen( self->tlssd, LISTENQ ); in SetupSockets()
3958 if (listen(skt, LISTENQ) != 0) in uds_socket_setup()