Home
last modified time | relevance | path

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

/freebsd/tools/regression/sockets/listen_backlog/
H A Dlisten_backlog.c61 static int somaxconn; variable
177 if (socket_listen(PF_INET, SOCK_STREAM, 0, -1, 0, somaxconn, &sock, in test_defaults()
196 if (socket_listen(PF_INET, SOCK_STREAM, 0, somaxconn, 0, somaxconn, in test_defaults()
206 if (socket_listen(PF_INET, SOCK_STREAM, 0, somaxconn+1, 0, somaxconn, in test_defaults()
293 if (socket_listen_update(PF_INET, SOCK_STREAM, 0, 5, -1, 5, somaxconn, in test_listen_update()
320 if (socket_listen_update(PF_INET, SOCK_STREAM, 0, 5, somaxconn, 5, in test_listen_update()
321 somaxconn, &sock, "PF_INET", "SOCK_STREAM", "test_listen_update", in test_listen_update()
329 if (socket_listen_update(PF_INET, SOCK_STREAM, 0, 5, somaxconn+1, 5, in test_listen_update()
330 somaxconn, &sock, "PF_INET", "SOCK_STREAM", "test_listen_update", in test_listen_update()
371 len = sizeof(somaxconn); in main()
[all …]
/freebsd/tools/tools/netrate/tcpp/
H A DREADME87 kern.ipc.somaxconn=49152
/freebsd/sys/kern/
H A Duipc_socket.c243 VNET_DEFINE_STATIC(u_int, somaxconn) = SOMAXCONN;
244 #define V_somaxconn VNET(somaxconn)
273 SYSCTL_PROC(_kern_ipc, KIPC_SOMAXCONN, somaxconn,
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc809 kern.ipc.somaxconn