Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/appl/ftp/ftp/
HDftp.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()
HDglobals.c9 int sendport; /* use PORT cmd for each data connection */ variable
HDftp_var.h50 extern int sendport; /* use PORT cmd for each data connection */
HDcmds.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()
HDmain.c134 sendport = -1; /* not using ports */ in main()
/NextBSD/contrib/tnftp/src/
HDftp.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()
HDftp_var.h209 GLOBAL int sendport; /* use PORT/LPRT cmd for each data connection */ variable
HDmain.c428 sendport = -1; /* not using ports */ in main()
HDcmds.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()
/NextBSD/sys/security/audit/
HDaudit_session.c1209 ipc_port_t sendport = IPC_PORT_NULL; in sys_audit_session_self() local
1243 sendport = audit_session_mksend(aia_p, &se->se_port); in sys_audit_session_self()
1244 td->td_retval[0] = ipc_port_copyout_send(sendport, get_task_ipcspace(p->task)); in sys_audit_session_self()
1277 ipc_port_t sendport = IPC_PORT_NULL; in sys_audit_session_port() local
1348 sendport = audit_session_mksend(aia_p, &se->se_port); in sys_audit_session_port()
1349 portname = ipc_port_copyout_send(sendport, get_task_ipcspace(p->task)); in sys_audit_session_port()