Home
last modified time | relevance | path

Searched refs:ftp_connections (Results 1 – 3 of 3) sorted by relevance

/dports/www/gatling/gatling-0.15/
H A Dgatling.h351 extern unsigned long http_connections, https_connections, ftp_connections, smb_connections;
H A Dgatling.c136 unsigned long http_connections, https_connections, ftp_connections, smb_connections; variable
236 if (h->t==FTPCONTROL4 || h->t==FTPCONTROL6) --ftp_connections; in cleanup()
653 if (H->t==FTPSERVER4 || H->t==FTPSERVER6) ++ftp_connections; in accept_server_connection()
H A Dhttp.c2082 i+=fmt_ulong(buf+i,ftp_connections);