Searched refs:sendport (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/crypto/heimdal/appl/ftp/ftp/ |
| HD | ftp.c | 1286 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()
|
| HD | globals.c | 9 int sendport; /* use PORT cmd for each data connection */ variable
|
| HD | ftp_var.h | 50 extern int sendport; /* use PORT cmd for each data connection */
|
| HD | cmds.c | 890 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()
|
| HD | main.c | 134 sendport = -1; /* not using ports */ in main()
|
| /NextBSD/contrib/tnftp/src/ |
| HD | ftp.c | 1502 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()
|
| HD | ftp_var.h | 209 GLOBAL int sendport; /* use PORT/LPRT cmd for each data connection */ variable
|
| HD | main.c | 428 sendport = -1; /* not using ports */ in main()
|
| HD | cmds.c | 862 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/ |
| HD | audit_session.c | 1209 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()
|