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

/freebsd-13-stable/crypto/openssh/
H A Dchannels.c1239 } s4_req, s4_rsp; local
1245 len = sizeof(s4_req);
1273 if ((r = sshbuf_get(input, &s4_req.version, 1)) != 0 ||
1274 (r = sshbuf_get(input, &s4_req.command, 1)) != 0 ||
1275 (r = sshbuf_get(input, &s4_req.dest_port, 2)) != 0 ||
1276 (r = sshbuf_get(input, &s4_req.dest_addr, 4)) != 0) {
1298 host = inet_ntoa(s4_req.dest_addr);
1323 c->host_port = ntohs(s4_req.dest_port);
1326 c->self, c->path, c->host_port, s4_req.command);
1328 if (s4_req
[all...]

Completed in 40 milliseconds