/dports/multimedia/xawtv/xawtv-3.107/console/ |
H A D | ftp.h | 3 struct ftp_state* ftp_init(char *name, int autologin, int passive, int debug); 4 void ftp_send(struct ftp_state* s, int argc, ...); 5 int ftp_recv(struct ftp_state* s); 6 void ftp_connect(struct ftp_state* s, char *host, 8 int ftp_connected(struct ftp_state *s); 9 void ftp_upload(struct ftp_state* s, char *local, char *remote, char *tmp); 10 void ftp_fini(struct ftp_state *s);
|
H A D | ftp.c | 25 struct ftp_state { struct 34 int open_pty(struct ftp_state *s) in open_pty() argument 72 struct ftp_state* ftp_init(char *name, int autologin, int passive, int debug) in ftp_init() 76 struct ftp_state *s; in ftp_init() 121 ftp_send(struct ftp_state *s, int argc, ...) in ftp_send() 149 ftp_recv(struct ftp_state *s) in ftp_recv() 205 ftp_connect(struct ftp_state *s, char *host, char *user, char *pass, char *dir) in ftp_connect() 267 int ftp_connected(struct ftp_state *s) in ftp_connected() 273 ftp_upload(struct ftp_state *s, char *local, char *remote, char *tmp) in ftp_upload() 281 void ftp_fini(struct ftp_state *s) in ftp_fini()
|
/dports/security/suricata/suricata-6.0.4/src/ |
H A D | app-layer-ftp.c | 904 if (unlikely(!ftp_state)) { in FTPGetOldestTx() 929 if (ftp_state) { in FTPGetTx() 980 if (ftp_state) { in FTPGetTxCnt() 1227 return ftp_state; in FTPDataGetTx() 1477 if (ftp_state == NULL) { in FTPParserTest01() 1556 if (ftp_state == NULL) { in FTPParserTest03() 1609 if (ftp_state == NULL) { in FTPParserTest06() 1675 if (ftp_state == NULL) { in FTPParserTest07() 1738 if (ftp_state == NULL) { in FTPParserTest10() 1817 if (ftp_state == NULL) { in FTPParserTest11() [all …]
|
H A D | detect-ftpbounce.c | 201 FtpState *ftp_state = (FtpState *)state; in DetectFtpbounceALMatch() local 202 if (ftp_state == NULL) { in DetectFtpbounceALMatch() 208 if (ftp_state->command == FTP_COMMAND_PORT) { in DetectFtpbounceALMatch() 209 ret = DetectFtpbounceMatchArgs(ftp_state->port_line, in DetectFtpbounceALMatch() 211 ftp_state->arg_offset); in DetectFtpbounceALMatch() 383 FtpState *ftp_state = f.alstate; in DetectFtpbounceTestALMatch02() local 384 if (ftp_state == NULL) { in DetectFtpbounceTestALMatch02() 390 if (ftp_state->command != FTP_COMMAND_PORT) { in DetectFtpbounceTestALMatch02() 527 FtpState *ftp_state = f.alstate; in DetectFtpbounceTestALMatch03() local 528 if (ftp_state == NULL) { in DetectFtpbounceTestALMatch03() [all …]
|
H A D | detect-ftpdata.c | 120 const FtpDataState *ftp_state = (const FtpDataState *)state; in DetectFtpdataMatch() local 122 if (ftp_state == NULL) in DetectFtpdataMatch() 125 if (ftpcommandd->command == ftp_state->command) { in DetectFtpdataMatch()
|
/dports/net/nepenthes/nepenthes-0.2.2/modules/vuln-ftpd/ |
H A D | vuln-ftpd.hpp | 54 } ftp_state; typedef 89 ftp_state m_state;
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/net/ |
H A D | ftp_browsertest.cc | 45 explicit FtpBrowserTest(FtpState ftp_state = FtpState::ENABLED) in FtpBrowserTest() argument 49 ftp_state == FtpState::ENABLED); in FtpBrowserTest()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/net/ |
H A D | ftp_browsertest.cc | 43 explicit FtpBrowserTest(FtpState ftp_state = FtpState::ENABLED) in FtpBrowserTest() argument 47 ftp_state == FtpState::ENABLED); in FtpBrowserTest()
|
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/net/tcp/ |
H A D | ftp.c | 52 enum ftp_state { enum 83 enum ftp_state state;
|
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/net/tcp/ |
H A D | ftp.c | 52 enum ftp_state { enum 83 enum ftp_state state;
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/net/tcp/ |
H A D | ftp.c | 52 enum ftp_state { enum 83 enum ftp_state state;
|
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/net/tcp/ |
H A D | ftp.c | 31 enum ftp_state { enum 61 enum ftp_state state;
|
/dports/net/ipxe/ipxe-2265a65/src/net/tcp/ |
H A D | ftp.c | 52 enum ftp_state { enum 83 enum ftp_state state;
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/net/tcp/ |
H A D | ftp.c | 52 enum ftp_state { enum 83 enum ftp_state state;
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/net/tcp/ |
H A D | ftp.c | 52 enum ftp_state { enum 83 enum ftp_state state;
|
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/net/tcp/ |
H A D | ftp.c | 52 enum ftp_state { enum 83 enum ftp_state state;
|
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/net/tcp/ |
H A D | ftp.c | 52 enum ftp_state { enum 83 enum ftp_state state;
|