Home | History | Annotate | Download | only in openssh

Lines Matching full:socks4a

1065 	/* SOCKS4A uses an invalid IP address 0.0.0.x */
1067 debug2("channel %d: socks4a request", c->self);
1110 } else { /* SOCKS4A: two strings */
1114 debug2("channel %d: decode socks4a: host %s/%d",
1118 fatal("channel %d: decode socks4a: len %d > have %d",
1135 c->self, need == 1 ? "SOCKS4" : "SOCKS4A", s4_req.command);