Home
last modified time | relevance | path

Searched refs:socks5auth (Results 1 – 4 of 4) sorted by relevance

/curl/lib/
H A Dsocks.c589 const unsigned char auth = data->set.socks5auth; in do_SOCKS5()
H A Durldata.h1663 unsigned char socks5auth;/* kind of SOCKS5 authentication to use (bitmask) */ member
H A Dsetopt.c701 if(data->set.socks5auth & ~(CURLAUTH_BASIC | CURLAUTH_GSSAPI)) in setopt_long()
703 data->set.socks5auth = (unsigned char)uarg; in setopt_long()
H A Durl.c397 set->socks5auth = CURLAUTH_BASIC | CURLAUTH_GSSAPI; in Curl_init_userdefined()

Completed in 26 milliseconds