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

/freebsd-10.3-release/crypto/openssh/
H A Dkexgexc.c73 (r = sshpkt_put_u32(ssh, kex->min)) != 0 ||
74 (r = sshpkt_put_u32(ssh, kex->nbits)) != 0 ||
75 (r = sshpkt_put_u32(ssh, kex->max)) != 0 ||
H A Ddispatch.c51 (r = sshpkt_put_u32(ssh, seq)) != 0 ||
H A Dopacket.c37 if ((r = sshpkt_put_u32(ssh, value)) != 0)
H A Dpacket.h166 int sshpkt_put_u32(struct ssh *ssh, u_int32_t val);
H A Dkex.c322 (r = sshpkt_put_u32(ssh, seq)) != 0 ||
342 (r = sshpkt_put_u32(ssh, 1)) != 0 ||
H A Dpacket.c2356 (r = sshpkt_put_u32(ssh, nbytes)) != 0)
2778 sshpkt_put_u32(struct ssh *ssh, u_int32_t val) function
2955 (r = sshpkt_put_u32(ssh, SSH2_DISCONNECT_PROTOCOL_ERROR)) != 0 ||
H A Dssh_namespace.h880 #define sshpkt_put_u32 Fssh_sshpkt_put_u32 macro

Completed in 123 milliseconds