Lines Matching refs:ftp_state
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()
210 ftp_state->port_line_len, f->src.address.address_un_data32[0], 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()
534 if (ftp_state->command != FTP_COMMAND_PORT) { in DetectFtpbounceTestALMatch03()