Searched defs:somaxconn (Results 1 – 3 of 3) sorted by relevance
184 kern.ipc.somaxconn=32768 key
1893 int somaxconn = atoi(buf); in checkTcpBacklogSettings() local
215 static u_int somaxconn = SOMAXCONN; variable