Searched refs:port_max (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtsp.h96 int port_min, port_max; member in struct:RTSPTransportField
H A Drtsp.c873 rtsp_parse_range(&th->port_min, &th->port_max, &p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.h91 int port_min, port_max; member in struct:RTSPTransportField
H A Drtsp.c700 rtsp_parse_range(&th->port_min, &th->port_max, &p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dftp.c973 unsigned short port_max = 0; local
1021 port_min = port_max = 0;
1039 port_max = curlx_ultous(strtoul(port_sep + 1, NULL, 10));
1042 port_max = port_min;
1049 * therefore port_min > port_max for all cases
1050 * but port_max = (unsigned)-1
1052 if(port_min > port_max )
1053 port_min = port_max = 0;
1144 for(port = port_min; port <= port_max;) {
1188 if(port > port_max) {
[all...]

Completed in 123 milliseconds