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

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.c1078 } s4_req, s4_rsp; local
1083 len = sizeof(s4_req);
1111 buffer_get(&c->input, (char *)&s4_req.version, 1);
1112 buffer_get(&c->input, (char *)&s4_req.command, 1);
1113 buffer_get(&c->input, (char *)&s4_req.dest_port, 2);
1114 buffer_get(&c->input, (char *)&s4_req.dest_addr, 4);
1129 host = inet_ntoa(s4_req.dest_addr);
1149 c->host_port = ntohs(s4_req.dest_port);
1152 c->self, c->path, c->host_port, s4_req.command);
1154 if (s4_req
[all...]

Completed in 131 milliseconds