Searched refs:fcmd (Results 1 – 1 of 1) sorted by relevance
1134 for(; fcmd != DONE; fcmd++) { in ftp_state_use_port()1136 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd)) in ftp_state_use_port()1140 if((PORT == fcmd) && sa->sa_family != AF_INET) in ftp_state_use_port()1157 if(EPRT == fcmd) { in ftp_state_use_port()1176 if(PORT == fcmd) { in ftp_state_use_port()1205 ftpc->count1 = fcmd; in ftp_state_use_port()1971 ftpport fcmd = (ftpport)ftpc->count1; in ftp_state_port_resp() local1979 if(EPRT == fcmd) { in ftp_state_port_resp()1983 fcmd++; in ftp_state_port_resp()1985 if(fcmd == DONE) { in ftp_state_port_resp()[all …]
Completed in 12 milliseconds