Searched refs:fcmd (Results 1 – 1 of 1) sorted by relevance
1124 for(; fcmd != DONE; fcmd++) { in ftp_state_use_port()1126 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd)) in ftp_state_use_port()1130 if((PORT == fcmd) && sa->sa_family != AF_INET) in ftp_state_use_port()1147 if(EPRT == fcmd) { in ftp_state_use_port()1166 if(PORT == fcmd) { in ftp_state_use_port()1195 ftpc->count1 = fcmd; in ftp_state_use_port()1972 ftpport fcmd = (ftpport)ftpc->count1; in ftp_state_port_resp() local1980 if(EPRT == fcmd) { in ftp_state_port_resp()1984 fcmd++; in ftp_state_port_resp()1986 if(fcmd == DONE) { in ftp_state_port_resp()[all …]
Completed in 11 milliseconds