Home
last modified time | relevance | path

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

12

/dports/net/samba412/samba-4.12.15/ctdb/utils/smnotify/
H A Dsmnotify.c35 static int sendport = 0; variable
72 { "sendport", 0, POPT_ARG_INT, &sendport, 0, "port to send the notify from", "integer" }, in main()
121 s = create_socket(ip, sendport); in main()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/lp/
H A Dlpdsend.c271 int sendport; in main() local
390 for (sendport=721; sendport<=731; sendport++) { in main()
391 sprintf(portstr, "%3.3d", sendport); in main()
/dports/security/dropbear/dropbear-2020.81/
H A Dsvr-tcpfwd.c150 tcpinfo.sendport = 0; in svr_cancelremotetcp()
198 tcpinfo->sendport = 0; in svr_remotetcpreq()
H A Dtcpfwd.h36 unsigned int sendport; member
H A Dtcp-accept.c85 port = tcpinfo->sendport; in tcp_acceptor()
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dnfnet.c170 int Unicast_send_socket (const char *hostname, const char *sendport, int family, in Unicast_send_socket() argument
177 if ( !hostname || !sendport ) { in Unicast_send_socket()
188 error = getaddrinfo(hostname, sendport, &hints, &res); in Unicast_send_socket()
/dports/irc/epic4/epic4-2.10.9/script/
H A Drevdcc118 @ rev.sendport[$getnick] = [$4]
130 …@ rev.host[$getnick] = sendqueue[$getnick] = rev.sendport[$getnick] = rev.socket[$getnick] = rev.s…
132 @ rev.socket[$getnick] = connect($rev.host[$getnick] $rev.sendport[$getnick])
/dports/irc/epic5/epic5-2.1.6/script/
H A Drevdcc118 @ rev.sendport[$getnick] = [$4];
130 …@ rev.host[$getnick] = sendqueue[$getnick] = rev.sendport[$getnick] = rev.socket[$getnick] = rev.s…
132 @ rev.socket[$getnick] = connect($rev.host[$getnick] $rev.sendport[$getnick]);
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/ftp/
H A Dftp_var.h88 int sendport; /* use PORT cmd for each data connection */ variable
H A Dftp.c1579 if (sendport)
1587 sendport = 1;
1590 if (!sendport)
1638 if (sendport) {
1749 if (result == ERROR && sendport == -1) {
1750 sendport = 0;
1757 sendport = 1;
1770 sendport = 1;
/dports/ftp/tnftp/tnftp-20210827/src/
H A Dftp.c1556 if (sendport) in initconn()
1564 sendport = 1; in initconn()
1567 if (!sendport) in initconn()
1593 if (sendport) { in initconn()
1683 if (result == ERROR && sendport == -1) { in initconn()
1684 sendport = 0; in initconn()
1691 sendport = 1; in initconn()
1706 sendport = 1; in initconn()
H A Dftp_var.h210 GLOBAL int sendport; /* use PORT/LPRT cmd for each data connection */ variable
/dports/security/krb5-appl/krb5-appl-1.0.3/gssftp/ftp/
H A Dftp.c1457 if (sendport) in initconn()
1465 sendport = 1; in initconn()
1468 if (!sendport) in initconn()
1487 if (sendport) { in initconn()
1495 if (result == ERROR && sendport == -1) { in initconn()
1496 sendport = 0; in initconn()
1503 sendport = 1; in initconn()
1515 sendport = 1; in initconn()
H A Dftp_var.h84 extern int sendport; /* use PORT cmd for each data connection */
H A Dcmds.c1181 onoff(hash), onoff(sendport));
1252 sendport = !sendport; in setport()
1253 printf("Use of PORT cmds %s.\n", onoff(sendport)); in setport()
1254 code = sendport; in setport()
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dftplib.py284 def sendport(self, host, port): member in FTP
313 resp = self.sendport(host, port)
907 target.sendport(sourcehost, sourceport)
/dports/lang/python310/Python-3.10.1/Lib/
H A Dftplib.py288 def sendport(self, host, port): member in FTP
317 resp = self.sendport(host, port)
909 target.sendport(sourcehost, sourceport)
/dports/lang/python37/Python-3.7.12/Lib/
H A Dftplib.py282 def sendport(self, host, port): member in FTP
330 resp = self.sendport(host, port)
924 target.sendport(sourcehost, sourceport)
/dports/lang/python38/Python-3.8.12/Lib/
H A Dftplib.py284 def sendport(self, host, port): member in FTP
313 resp = self.sendport(host, port)
907 target.sendport(sourcehost, sourceport)
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dftplib.py284 def sendport(self, host, port): member in FTP
313 resp = self.sendport(host, port)
907 target.sendport(sourcehost, sourceport)
/dports/lang/python39/Python-3.9.9/Lib/
H A Dftplib.py288 def sendport(self, host, port): member in FTP
317 resp = self.sendport(host, port)
909 target.sendport(sourcehost, sourceport)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dftplib.py284 def sendport(self, host, port): member in FTP
313 resp = self.sendport(host, port)
907 target.sendport(sourcehost, sourceport)
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dftplib.py288 def sendport(self, host, port): member in FTP
317 resp = self.sendport(host, port)
909 target.sendport(sourcehost, sourceport)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dftplib.py284 def sendport(self, host, port): member in FTP
313 resp = self.sendport(host, port)
907 target.sendport(sourcehost, sourceport)
/dports/net/liblinphone/linphone-3.12.0/console/
H A Dsipomatic.c407 int sendport=5070; in main() local
431 sendport=atoi(port); in main()

12