Lines Matching refs:debug
70 debug(const char *format, ...) in debug() function
117 debug("Unsupported Authentication Method"); in do_version_exchange()
189 debug("CONNECT command Succeeded."); in send_request()
192 debug("General SOCKS server failure."); in send_request()
195 debug("Connection not allowed by ruleset."); in send_request()
198 debug("Network Unreachable."); in send_request()
201 debug("Host unreachable."); in send_request()
204 debug("Connection refused."); in send_request()
207 debug("TTL expired."); in send_request()
210 debug("Command not supported"); in send_request()
213 debug("Address type not supported."); in send_request()
308 debug("SOCKS5_SERVER = %s", socks_server); in main()
309 debug("SOCKS5_PORT = %s", socks_port); in main()
329 debug("Connected to the SOCKS server"); in main()
332 debug("Done version exchange"); in main()