Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_cfgable.h185 bool ftp_skip_ip; member
Dtool_cfgable.c47 config->ftp_skip_ip = TRUE; in config_init()
Dtool_getparam.c1003 config->ftp_skip_ip = toggle; in getparameter()
Dtool_operate.c1856 my_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, config->ftp_skip_ip?1L:0L); in single_transfer()
/third_party/curl/lib/
Durldata.h1816 BIT(ftp_skip_ip); /* skip the IP address the FTP server passes on to
Dsetopt.c1235 data->set.ftp_skip_ip = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_vsetopt()
Dftp.c1921 if(data->set.ftp_skip_ip) { in ftp_state_pasv_resp()
Durl.c525 set->ftp_skip_ip = TRUE; /* skip PASV IP by default */ in Curl_init_userdefined()