Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd.h37 #define SOCKET_MAXCONN 10 /* Maximum number of connections queued into the accept() */ macro
H A Drpcapd.c632 …if ((sock = sock_open(NULL, tempaddrinfo, SOCKOPEN_SERVER, SOCKET_MAXCONN, errbuf, PCAP_ERRBUF_SIZ… in main_startup()