Home
last modified time | relevance | path

Searched refs:FTP_PORT (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Demo/sockets/
Dftp.py29 FTP_PORT = 21 variable
30 FTP_DATA_PORT = FTP_PORT - 1
51 s.connect((hostname, FTP_PORT))
/external/tcpdump/
Dtcp.h95 #ifndef FTP_PORT
96 #define FTP_PORT 21 macro
Dprint-tcp.c706 else if (IS_SRC_OR_DST_PORT(FTP_PORT)) { in tcp_print()
/external/curl/lib/
Dftp.h71 FTP_PORT, /* generic state for PORT, LPRT and EPRT, check count1 */ enumerator
Dftp.c1287 state(conn, FTP_PORT); in ftp_state_use_port()
3022 case FTP_PORT: in ftp_statemach_act()
/external/python/cpython2/Lib/test/
Dtest_urllib2.py648 "localhost", ftplib.FTP_PORT, "", "", "I",
651 "localhost", ftplib.FTP_PORT, "parrot", "", "I",
654 "localhost", ftplib.FTP_PORT, "%parrot", "", "I",
657 "localhost", ftplib.FTP_PORT, "%42parrot", "", "I",
663 "localhost", ftplib.FTP_PORT, "", "", "A",
/external/python/cpython3/Lib/
Dftplib.py51 FTP_PORT = 21 variable
100 port = FTP_PORT
/external/python/cpython3/Lib/test/
Dtest_urllib2.py730 "localhost", ftplib.FTP_PORT, "", "", "I",
733 "localhost", ftplib.FTP_PORT, "parrot", "", "I",
736 "localhost", ftplib.FTP_PORT, "%parrot", "", "I",
739 "localhost", ftplib.FTP_PORT, "%42parrot", "", "I",
745 "localhost", ftplib.FTP_PORT, "", "", "A",
/external/python/cpython2/Lib/
Dftplib.py57 FTP_PORT = 21 variable
105 port = FTP_PORT
Durllib2.py1388 port = ftplib.FTP_PORT
Durllib.py529 port = ftplib.FTP_PORT
/external/python/cpython3/Lib/urllib/
Drequest.py1534 port = ftplib.FTP_PORT
2051 port = ftplib.FTP_PORT