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

/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.c1035 } s4_req, s4_rsp; local
1040 len = sizeof(s4_req);
1068 buffer_get(&c->input, (char *)&s4_req.version, 1);
1069 buffer_get(&c->input, (char *)&s4_req.command, 1);
1070 buffer_get(&c->input, (char *)&s4_req.dest_port, 2);
1071 buffer_get(&c->input, (char *)&s4_req.dest_addr, 4);
1088 host = inet_ntoa(s4_req.dest_addr);
1108 c->host_port = ntohs(s4_req.dest_port);
1111 c->self, c->path, c->host_port, s4_req.command);
1113 if (s4_req
[all...]

Completed in 162 milliseconds