Home | History | Annotate | Download | only in ftpd

Lines Matching refs:connections

226  * Timeout intervals for retrying connections
297 connections = 1;
718 /* Set keepalives on the socket to detect dropped connections. */
1510 connections = 1;
1513 if (curclass.limit != -1 && connections > curclass.limit) {
1946 * By default source port for PORT connections is
2743 reply(0, "Current connections: %d", connections);
2745 reply(0, "Maximum connections: unlimited");
2747 reply(0, "Maximum connections: " LLF,
2772 reply(0, "PASV/LPSV/EPSV connections: %sabled",
3348 * as we assume address family for control and data connections are the same,