Searched refs:port_min (Results 1 – 1 of 1) sorted by relevance
948 unsigned short port_min = 0; in ftp_state_use_port() local1000 port_min = port_max = 0; in ftp_state_use_port()1018 port_min = curlx_ultous(strtoul(port_start + 1, NULL, 10)); in ftp_state_use_port()1024 port_max = port_min; in ftp_state_use_port()1034 if(port_min > port_max) in ftp_state_use_port()1035 port_min = port_max = 0; in ftp_state_use_port()1127 for(port = port_min; port <= port_max;) { in ftp_state_use_port()1152 port = port_min; in ftp_state_use_port()