Home
last modified time | relevance | path

Searched refs:localport (Results 1 – 9 of 9) sorted by relevance

/curl/docs/examples/
H A D.gitignore62 localport
H A DMakefile.inc83 localport \
/curl/src/
H A Dtool_cfgable.h82 long localport; member
H A Dtool_getparam.c1527 err = str2unum(&config->localport, nextarg); in getparameter()
1528 if(err || (config->localport > 65535)) { in getparameter()
1539 config->localportrange -= (config->localport-1); in getparameter()
H A Dtool_operate.c1575 if(config->localport) { in config2setopts()
1576 my_setopt(curl, CURLOPT_LOCALPORT, config->localport); in config2setopts()
/curl/lib/
H A Durldata.h987 unsigned short localport; member
1585 unsigned short localport; /* local port number to bind to */ member
H A Durl.c882 if(needle->localdev || needle->localport) { in url_match_conn()
894 if((conn->localport != needle->localport) || in url_match_conn()
1385 conn->localport = data->set.localport; in allocate_conn()
H A Dcf-socket.c580 unsigned short port = data->set.localport; /* use this port number, 0 for in bindlocal()
H A Dsetopt.c914 data->set.localport = curlx_sltous(arg); in setopt_long()

Completed in 73 milliseconds