Home
last modified time | relevance | path

Searched refs:ftp_skip_ip (Results 1 - 8 of 8) sorted by relevance

/third_party/curl/src/
H A Dtool_cfgable.h182 bool ftp_skip_ip; member
H A Dtool_cfgable.c46 config->ftp_skip_ip = TRUE; in config_init()
H A Dtool_getparam.c1675 config->ftp_skip_ip = toggle; in getparameter()
H A Dtool_operate.c2009 my_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, config->ftp_skip_ip?1L:0L); in single_transfer()
/third_party/curl/lib/
H A Durldata.h1879 BIT(ftp_skip_ip); /* skip the IP address the FTP server passes on to
H A Dsetopt.c1299 data->set.ftp_skip_ip = (0 != va_arg(param, long)); in Curl_vsetopt()
H A Durl.c387 set->ftp_skip_ip = TRUE; /* skip PASV IP by default */ in Curl_init_userdefined()
H A Dftp.c1898 if(data->set.ftp_skip_ip) { in ftp_state_pasv_resp()

Completed in 26 milliseconds