Searched refs:ftp_pendstate (Results 1 – 2 of 2) sorted by relevance
267 if (ftp->ftp_pendstate != NULL) { in ipf_p_ftp_setpending()269 ipf_state_setpending(softc, ftp->ftp_pendstate); in ipf_p_ftp_setpending()473 if ((ftp->ftp_pendnat != NULL) || (ftp->ftp_pendstate != NULL)) {479 ftp->ftp_pendnat, ftp->ftp_pendstate);608 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate,878 if ((ftp->ftp_pendnat != NULL) || (ftp->ftp_pendstate != NULL))961 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate,
179 void *ftp_pendstate; member