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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dsocks.c185 socks_handshake (struct socks_proxy_info *p, function
197 msg (D_LINK_ERRORS | M_ERRNO, "socks_handshake: TCP port write failed on send()");
223 msg (D_LINK_ERRORS | M_ERRNO, "socks_handshake: TCP port read timeout expired");
230 msg (D_LINK_ERRORS | M_ERRNO, "socks_handshake: TCP port read failed on select()");
240 msg (D_LINK_ERRORS | M_ERRNO, "socks_handshake: TCP port read failed on recv()");
251 msg (D_LINK_ERRORS, "socks_handshake: Socks proxy returned bad status");
264 msg(D_LINK_ERRORS, "socks_handshake: server asked for username/login auth but we were "
275 msg(D_LINK_ERRORS, "socks_handshake: unknown SOCKS auth method");
402 if (!socks_handshake (p, sd, signal_received))
449 if (!socks_handshake (
[all...]

Completed in 88 milliseconds