Searched refs:rcmd (Results 1 – 5 of 5) sorted by relevance
33 service. The default service name for a SOCKS5 server is *rcmd*. This option55 curl_easy_setopt(curl, CURLOPT_SOCKS5_GSSAPI_SERVICE, "rcmd-special");
33 **"rcmd"** for SOCKS5. This option allows you to change it.
18 Set the service name for a socks server. Default is **rcmd/server-fqdn**.
113 int rcmd; /* doing a special command, see defines above */ member328 req->rcmd = RCMD_IDLE; in ProcessRequest()333 req->rcmd = RCMD_STREAM; in ProcessRequest()683 req->rcmd = RCMD_NORMALREQ; in get_request()786 switch(req->rcmd) { in send_doc()
117 int rcmd; /* doing a special command, see defines above */ member301 req->rcmd = RCMD_IDLE; in parse_servercmd()306 req->rcmd = RCMD_STREAM; in parse_servercmd()861 req->rcmd = RCMD_NORMALREQ; in init_httprequest()1028 switch(req->rcmd) { in send_doc()
Completed in 17 milliseconds