Searched refs:localport (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtspdec.c | 247 int localport = -1; in rtsp_read_setup() local 284 localport = rt->rtp_port_min; in rtsp_read_setup() 313 ff_url_join(url, sizeof(url), "rtp", NULL, host, localport, NULL); in rtsp_read_setup() 320 localport += 2; in rtsp_read_setup() 321 } while (ret || localport > rt->rtp_port_max); in rtsp_read_setup() 322 if (localport > rt->rtp_port_max) { in rtsp_read_setup() 334 localport = ff_rtp_get_local_rtp_port(rtsp_st->rtp_handle); in rtsp_read_setup() 339 request.transports[0].client_port_max, localport, in rtsp_read_setup() 340 localport + 1); in rtsp_read_setup()
|
/third_party/curl/src/ |
H A D | tool_cfgable.h | 82 long localport; member
|
H A D | tool_getparam.c | 1695 err = str2unum(&config->localport, nextarg); in getparameter() 1696 if(err || (config->localport > 65535)) { in getparameter() 1707 config->localportrange -= (config->localport-1); in getparameter()
|
H A D | tool_operate.c | 2017 if(config->localport) { in single_transfer() 2018 my_setopt(curl, CURLOPT_LOCALPORT, config->localport); in single_transfer()
|
/third_party/python/Lib/ |
H A D | smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 42 If localhost is not given then `localhost' is used, and if localport is not 842 options.localport = int(localspec[i+1:]) 867 proxy = class_((options.localhost, options.localport),
|
/third_party/curl/lib/ |
H A D | urldata.h | 1090 unsigned short localport; member 1669 unsigned short localport; /* local port number to bind to */ member 1671 in case the 'localport' one can't be
|
H A D | url.c | 1123 if(needle->localdev || needle->localport) { in ConnectionExists() 1135 if((check->localport != needle->localport) || in ConnectionExists() 1430 conn->localport = data->set.localport; in allocate_conn()
|
H A D | setopt.c | 1896 data->set.localport = curlx_sltous(arg); in Curl_vsetopt()
|
H A D | cf-socket.c | 413 unsigned short port = data->set.localport; /* use this port number, 0 for in bindlocal()
|
Completed in 27 milliseconds