Searched refs:port_min (Results 1 – 2 of 2) sorted by relevance
927 unsigned short port_min = 0; in ftp_state_use_port() local979 port_min = port_max = 0; in ftp_state_use_port()997 port_min = curlx_ultous(strtoul(port_start + 1, NULL, 10)); in ftp_state_use_port()1003 port_max = port_min; in ftp_state_use_port()1013 if(port_min > port_max) in ftp_state_use_port()1014 port_min = port_max = 0; in ftp_state_use_port()1109 for(port = port_min; port <= port_max;) { in ftp_state_use_port()1134 port = port_min; in ftp_state_use_port()
94 port_min, port_max = port_arg.split(':')95 return range(int(port_min), int(port_max) + 1)