Lines Matching defs:command
1051 u_int8_t command;
1088 buffer_get(&c->input, (char *)&s4_req.command, 1);
1130 debug2("channel %d: dynamic request: socks4 host %s port %u command %u",
1131 c->self, c->path, c->host_port, s4_req.command);
1133 if (s4_req.command != 1) {
1135 c->self, need == 1 ? "SOCKS4" : "SOCKS4A", s4_req.command);
1139 s4_rsp.command = 90; /* cd: req granted */
1161 u_int8_t command;
1207 s5_req.command != SSH_SOCKS5_CONNECT ||
1256 debug2("channel %d: dynamic request: socks5 host %s port %u command %u",
1257 c->self, c->path, c->host_port, s5_req.command);
1260 s5_rsp.command = SSH_SOCKS5_SUCCESS;