Searched refs:ftp_pendstate (Results 1 – 2 of 2) sorted by relevance
262 if (ftp->ftp_pendstate != NULL) { in ipf_p_ftp_setpending()264 ipf_state_setpending(softc, ftp->ftp_pendstate); in ipf_p_ftp_setpending()450 if ((ftp->ftp_pendnat != NULL) || (ftp->ftp_pendstate != NULL)) { in ipf_p_ftp_addport()456 ftp->ftp_pendnat, ftp->ftp_pendstate); in ipf_p_ftp_addport()585 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate, in ipf_p_ftp_addport()832 if ((ftp->ftp_pendnat != NULL) || (ftp->ftp_pendstate != NULL)) in ipf_p_ftp_pasvreply()916 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate, in ipf_p_ftp_pasvreply()
182 void *ftp_pendstate; member