Searched refs:port_min (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);
1541 port = reply->transports[0].port_min;
/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);
1304 port = reply->transports[0].port_min;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dftp.c972 unsigned short port_min = 0; local
1021 port_min = port_max = 0;
1037 port_min = curlx_ultous(strtoul(port_start+1, NULL, 10));
1042 port_max = port_min;
1048 * :-4711 , in this case port_min is (unsigned)-1,
1049 * therefore port_min > port_max for all cases
1052 if(port_min > port_max )
1053 port_min = port_max = 0;
1144 for(port = port_min; port <= port_max;) {
1170 port = port_min;
[all...]

Completed in 68 milliseconds