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

/external/openssh/
H A Dchannels.c1025 } s4_req, s4_rsp; local
1030 len = sizeof(s4_req);
1058 buffer_get(&c->input, (char *)&s4_req.version, 1);
1059 buffer_get(&c->input, (char *)&s4_req.command, 1);
1060 buffer_get(&c->input, (char *)&s4_req.dest_port, 2);
1061 buffer_get(&c->input, (char *)&s4_req.dest_addr, 4);
1078 host = inet_ntoa(s4_req.dest_addr);
1098 c->host_port = ntohs(s4_req.dest_port);
1101 c->self, c->path, c->host_port, s4_req.command);
1103 if (s4_req
[all...]

Completed in 81 milliseconds