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

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dchannels.c1439 } s4_req, s4_rsp; local
1445 len = sizeof(s4_req);
1473 if ((r = sshbuf_get(input, &s4_req.version, 1)) != 0 ||
1474 (r = sshbuf_get(input, &s4_req.command, 1)) != 0 ||
1475 (r = sshbuf_get(input, &s4_req.dest_port, 2)) != 0 ||
1476 (r = sshbuf_get(input, &s4_req.dest_addr, 4)) != 0) {
1495 host = inet_ntoa(s4_req.dest_addr);
1518 c->host_port = ntohs(s4_req.dest_port);
1521 c->self, c->path, c->host_port, s4_req.command);
1523 if (s4_req
[all...]

Completed in 213 milliseconds