Searched refs:FTP_PORT (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | getservbyname.c | 18 #define FTP_PORT 21 macro 62 EXPECT_EQ("getservbyname_0300", ntohs(se->s_port), FTP_PORT); in getservbyname_0300()
|
/third_party/curl/lib/ |
H A D | ftp.h | 75 FTP_PORT, /* generic state for PORT, LPRT and EPRT, check count1 */ enumerator
|
H A D | ftp.c | 1260 ftp_state(data, FTP_PORT); in ftp_state_use_port() 3116 case FTP_PORT: in ftp_statemachine()
|
/third_party/python/Lib/test/ |
H A D | test_urllib2.py | 750 "localhost", ftplib.FTP_PORT, "", "", "I", 753 "localhost", ftplib.FTP_PORT, "parrot", "", "I", 756 "localhost", ftplib.FTP_PORT, "%parrot", "", "I", 759 "localhost", ftplib.FTP_PORT, "%42parrot", "", "I", 765 "localhost", ftplib.FTP_PORT, "", "", "A",
|
/third_party/python/Lib/ |
H A D | ftplib.py | 51 FTP_PORT = 21 variable 100 port = FTP_PORT
|
/third_party/python/Lib/urllib/ |
H A D | request.py | 1540 port = ftplib.FTP_PORT 2056 port = ftplib.FTP_PORT
|
Completed in 14 milliseconds