Searched refs:FTP_PORT (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Demo/sockets/ |
D | ftp.py | 29 FTP_PORT = 21 variable 30 FTP_DATA_PORT = FTP_PORT - 1 51 s.connect((hostname, FTP_PORT))
|
/external/tcpdump/ |
D | tcp.h | 95 #ifndef FTP_PORT 96 #define FTP_PORT 21 macro
|
D | print-tcp.c | 706 else if (IS_SRC_OR_DST_PORT(FTP_PORT)) { in tcp_print()
|
/external/curl/lib/ |
D | ftp.h | 72 FTP_PORT, /* generic state for PORT, LPRT and EPRT, check count1 */ enumerator
|
D | ftp.c | 1303 state(conn, FTP_PORT); in ftp_state_use_port() 3020 case FTP_PORT: in ftp_statemach_act()
|
/external/python/cpython2/Lib/test/ |
D | test_urllib2.py | 648 "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/test/ |
D | test_urllib2.py | 733 "localhost", ftplib.FTP_PORT, "", "", "I", 736 "localhost", ftplib.FTP_PORT, "parrot", "", "I", 739 "localhost", ftplib.FTP_PORT, "%parrot", "", "I", 742 "localhost", ftplib.FTP_PORT, "%42parrot", "", "I", 748 "localhost", ftplib.FTP_PORT, "", "", "A",
|
/external/python/cpython3/Lib/ |
D | ftplib.py | 51 FTP_PORT = 21 variable 100 port = FTP_PORT
|
/external/python/cpython2/Lib/ |
D | ftplib.py | 57 FTP_PORT = 21 variable 105 port = FTP_PORT
|
D | urllib2.py | 1388 port = ftplib.FTP_PORT
|
D | urllib.py | 529 port = ftplib.FTP_PORT
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 1508 port = ftplib.FTP_PORT 2025 port = ftplib.FTP_PORT
|