Searched refs:port_max (Results 1 – 4 of 4) sorted by relevance
100 int port_min, port_max; member
969 rtsp_parse_range(&th->port_min, &th->port_max, &p); in rtsp_parse_transport()
946 unsigned short port_max = 0; in ftp_state_use_port() local997 port_min = port_max = 0; in ftp_state_use_port()1018 port_max = curlx_ultous(strtoul(port_sep + 1, NULL, 10)); in ftp_state_use_port()1021 port_max = port_min; in ftp_state_use_port()1031 if(port_min > port_max) in ftp_state_use_port()1032 port_min = port_max = 0; in ftp_state_use_port()1127 for(port = port_min; port <= port_max;) { in ftp_state_use_port()1170 if(port > port_max) { in ftp_state_use_port()
88 port_min, port_max = port_arg.split(':')89 return range(int(port_min), int(port_max) + 1)