Searched refs:sshpkt_fmt_connection_id (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | packet.h | 209 void sshpkt_fmt_connection_id(struct ssh *ssh, char *s, size_t l);
|
H A D | serverloop.c | 137 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in client_alive_check() 269 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in wait_until_can_do_something()
|
H A D | packet.c | 1884 sshpkt_fmt_connection_id(struct ssh *ssh, char *s, size_t l) in sshpkt_fmt_connection_id() function 1901 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in sshpkt_vfatal() 1981 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in ssh_packet_disconnect()
|
H A D | ssh_namespace.h | 935 #define sshpkt_fmt_connection_id Fssh_sshpkt_fmt_connection_id macro
|
H A D | session.c | 1540 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in do_child()
|