Lines Matching refs:request
36 // A struct holding the essential details of the SOCKS4 Server Request.
281 // Resolving the hostname failed; fail the request rather than automatically
293 SOCKS4ServerRequest request;
294 request.version = kSOCKSVersion4;
295 request.command = kSOCKSStreamRequest;
296 request.nw_port = htons(host_request_info_.port());
309 memcpy(&request.ip, &ipv4_host->sin_addr, sizeof(ipv4_host->sin_addr));
313 std::string handshake_data(reinterpret_cast<char*>(&request),
314 sizeof(request));
404 LOG(ERROR) << "SOCKS request rejected or failed";
407 LOG(ERROR) << "SOCKS request failed because client is not running "
411 LOG(ERROR) << "SOCKS request failed because client's identd could "
412 << "not confirm the user ID string in the request";