Searched refs:secndflag (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1586 int secndflag = 0, prox_type, nfnd; local
1629 secndflag++;
1648 if (!cpend && !secndflag) { /* only here if cmd = "STOR" (proxy=1) */
1664 if (!cpend && !secndflag) { /* only if cmd = "RETR" (proxy=1) */
/freebsd-12-stable/contrib/tnftp/src/
H A Dftp.c1842 int volatile secndflag; local
1846 secndflag = 0;
1889 secndflag++;
1914 if (!cpend && !secndflag) { /* only here if cmd = "STOR" (proxy=1) */
1929 if (!cpend && !secndflag) { /* only if cmd = "RETR" (proxy=1) */

Completed in 204 milliseconds