Searched refs:port_min (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()1658 port = reply->transports[0].port_min; in ff_rtsp_make_setup_request()
945 unsigned short port_min = 0; in ftp_state_use_port() local997 port_min = port_max = 0; in ftp_state_use_port()1015 port_min = curlx_ultous(strtoul(port_start + 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()1152 port = port_min; in ftp_state_use_port()
88 port_min, port_max = port_arg.split(':')89 return range(int(port_min), int(port_max) + 1)