Home
last modified time | relevance | path

Searched refs:sshpkt_put_u32 (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dkexgexc.c73 (r = sshpkt_put_u32(ssh, kex->min)) != 0 || in kexgex_client()
74 (r = sshpkt_put_u32(ssh, kex->nbits)) != 0 || in kexgex_client()
75 (r = sshpkt_put_u32(ssh, kex->max)) != 0 || in kexgex_client()
Ddispatch.c51 (r = sshpkt_put_u32(ssh, seq)) != 0 || in dispatch_protocol_error()
Dpacket.h179 int sshpkt_put_u32(struct ssh *ssh, u_int32_t val);
Dopacket.c37 if ((r = sshpkt_put_u32(ssh, value)) != 0) in ssh_packet_put_int()
Dkex.c333 (r = sshpkt_put_u32(ssh, seq)) != 0 || in kex_protocol_error()
355 (r = sshpkt_put_u32(ssh, 1)) != 0 || in kex_send_ext_info()
Dpacket.c2417 (r = sshpkt_put_u32(ssh, nbytes)) != 0) in ssh_packet_send_ignore()
2827 sshpkt_put_u32(struct ssh *ssh, u_int32_t val) in sshpkt_put_u32() function
3036 (r = sshpkt_put_u32(ssh, SSH2_DISCONNECT_PROTOCOL_ERROR)) != 0 || in sshpkt_disconnect()