Searched refs:ifsftp (Results 1 – 1 of 1) sorted by relevance
99 ifs_ftppxy_t *ifsftp; local101 KMALLOC(ifsftp, ifs_ftppxy_t *);102 if (ifsftp == NULL)105 bzero((char *)&ifsftp->ftppxyfr, sizeof(ifsftp->ftppxyfr));106 ifsftp->ftppxyfr.fr_ref = 1;107 ifsftp->ftppxyfr.fr_flags = FR_INQUE|FR_PASS|FR_QUICK|FR_KEEPSTATE;108 MUTEX_INIT(&ifsftp->ftppxyfr.fr_lock, "FTP Proxy Mutex");109 ifsftp->ftp_proxy_init = 1;110 ifsftp->ippr_ftp_pasvonly = 0;111 ifsftp->ippr_ftp_insecure = 0;[all …]