Home
last modified time | relevance | path

Searched refs:port_min (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtsp.h100 int port_min, port_max; member
Drtsp.c969 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()
/third_party/curl/lib/
Dftp.c945 unsigned short port_min = 0; in ftp_state_use_port() local
997 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()
/third_party/grpc/tools/run_tests/
Drun_xds_tests.py88 port_min, port_max = port_arg.split(':')
89 return range(int(port_min), int(port_max) + 1)