• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/crypto/openssh/

Lines Matching refs:sshpkt_put_u32

572 		    (r = sshpkt_put_u32(ssh, perm->listen_port)) != 0 ||
909 (r = sshpkt_put_u32(ssh, c->self)) != 0 ||
910 (r = sshpkt_put_u32(ssh, c->local_window)) != 0 ||
911 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0) {
947 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
1045 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
1046 (r = sshpkt_put_u32(ssh, c->local_window)) != 0 ||
1616 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
1677 (r = sshpkt_put_u32(ssh, remote_port)) != 0) {
1713 (r = sshpkt_put_u32(ssh, c->host_port)) != 0) {
1732 (r = sshpkt_put_u32(ssh, local_port)) != 0) {
1746 (r = sshpkt_put_u32(ssh, (u_int)remote_port)) != 0) {
1882 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
1883 (r = sshpkt_put_u32(ssh, c->self)) != 0 ||
1884 (r = sshpkt_put_u32(ssh, c->local_window)) != 0 ||
1885 (r = sshpkt_put_u32(ssh, c->local_maxpacket))
1912 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
1913 (r = sshpkt_put_u32(ssh,
2168 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
2169 (r = sshpkt_put_u32(ssh, c->local_consumed)) != 0 ||
2567 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
2585 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
2620 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
2621 (r = sshpkt_put_u32(ssh, SSH2_EXTENDED_DATA_STDERR)) != 0 ||
3854 (r = sshpkt_put_u32(ssh, fwd->listen_port)) != 0 ||
3973 (r = sshpkt_put_u32(ssh, port)) != 0 ||
4471 if ((r = sshpkt_put_u32(ssh, (u_int)ws.ws_col)) != 0 ||
4472 (r = sshpkt_put_u32(ssh, (u_int)ws.ws_row)) != 0 ||
4473 (r = sshpkt_put_u32(ssh, (u_int)ws.ws_xpixel)) != 0 ||
4474 (r = sshpkt_put_u32(ssh, (u_int)ws.ws_ypixel)) != 0 ||
4498 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
4499 (r = sshpkt_put_u32(ssh, c->self)) != 0 ||
4500 (r = sshpkt_put_u32(ssh, c->local_window)) != 0 ||
4501 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0) {
4871 (r = sshpkt_put_u32(ssh, screen_number)) != 0 ||