Home
last modified time | relevance | path

Searched refs:sendport (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1286 sendport = 1; in passive_mode()
1301 sendport ? 0 : socket_get_port (myctladdr)); in active_mode()
1309 sendport = 1; in active_mode()
1312 if (!sendport) in active_mode()
1327 if (sendport) { in active_mode()
1376 if (result == ERROR && sendport == -1) { in active_mode()
1377 sendport = 0; in active_mode()
1386 sendport = 1; in active_mode()
1397 sendport = 1; in active_mode()
H A Dglobals.c9 int sendport; /* use PORT cmd for each data connection */ variable
H A Dftp_var.h50 extern int sendport; /* use PORT cmd for each data connection */
H A Dcmds.c890 onoff(hash), onoff(sendport)); in status()
963 sendport = !sendport; in setport()
964 printf("Use of PORT cmds %s.\n", onoff(sendport)); in setport()
965 code = sendport; in setport()
H A Dmain.c134 sendport = -1; /* not using ports */ in main()
/freebsd/contrib/tnftp/src/
H A Dftp.c1502 if (sendport) in initconn()
1510 sendport = 1; in initconn()
1513 if (!sendport) in initconn()
1539 if (sendport) { in initconn()
1622 if (result == ERROR && sendport == -1) { in initconn()
1623 sendport = 0; in initconn()
1630 sendport = 1; in initconn()
1645 sendport = 1; in initconn()
H A Dftp_var.h209 GLOBAL int sendport; /* use PORT/LPRT cmd for each data connection */ variable
H A Dmain.c431 sendport = -1; /* not using ports */ in main()
H A Dcmds.c862 fprintf(ttyout, "Use of PORT cmds: %s.\n", onoff(sendport)); in status()
1012 code = togglevar(argc, argv, &sendport, "Use of PORT/LPRT cmds"); in setport()