Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dsocks.c280 * Set protocol4a=true for "SOCKS 4A (Simple Extension to SOCKS 4 Protocol)"
288 const bool protocol4a = in do_SOCKS4() local
301 protocol4a ? "a" : "", sx->hostname, sx->remote_port); in do_SOCKS4()
323 if(!protocol4a) { in do_SOCKS4()
431 if(protocol4a) { in do_SOCKS4()
515 infof(data, "SOCKS4%s request granted.", protocol4a?"a":""); in do_SOCKS4()

Completed in 3 milliseconds