Home
last modified time | relevance | path

Searched refs:ftp_pendstate (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c267 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,
H A Dip_proxy.h179 void *ftp_pendstate; member