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

/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.c1144 } s5_req, s5_rsp; local
1240 s5_rsp.version = 0x05;
1241 s5_rsp.command = SSH_SOCKS5_SUCCESS;
1242 s5_rsp.reserved = 0; /* ignored */
1243 s5_rsp.atyp = SSH_SOCKS5_IPV4;
1247 buffer_append(&c->output, &s5_rsp, sizeof(s5_rsp));

Completed in 189 milliseconds