HomeSort by: relevance | last modified time | path
    Searched refs:ftp_pendstate (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_proxy.h 182 void *ftp_pendstate; member in struct:ftpinfo
ip_ftp_pxy.c 262 if (ftp->ftp_pendstate != NULL) {
264 ipf_state_setpending(softc, ftp->ftp_pendstate);
450 if ((ftp->ftp_pendnat != NULL) || (ftp->ftp_pendstate != NULL)) {
456 ftp->ftp_pendnat, ftp->ftp_pendstate);
585 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate,
832 if ((ftp->ftp_pendnat != NULL) || (ftp->ftp_pendstate != NULL))
916 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate,

Completed in 14 milliseconds