Searched refs:port_min (Results 1 – 1 of 1) sorted by relevance
871 unsigned short port_min = 0; in ftp_state_use_port() local914 port_min = port_max = 0; in ftp_state_use_port()929 port_min = curlx_ultous(strtoul(port_start + 1, NULL, 10)); in ftp_state_use_port()935 port_max = port_min; in ftp_state_use_port()945 if(port_min > port_max) in ftp_state_use_port()946 port_min = port_max = 0; in ftp_state_use_port()1044 for(port = port_min; port <= port_max;) { in ftp_state_use_port()1068 port = port_min; in ftp_state_use_port()
Completed in 22 milliseconds