Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_ftp_pxy.c262 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()
H A Dip_proxy.h182 void *ftp_pendstate; member