Home
last modified time | relevance | path

Searched refs:sshpkt_msg_ignore (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dpacket.h184 int sshpkt_msg_ignore(struct ssh *, u_int);
H A Dssh_namespace.h947 #define sshpkt_msg_ignore Fssh_sshpkt_msg_ignore macro
H A Dpacket.c2711 sshpkt_msg_ignore(struct ssh *ssh, u_int nbytes) in sshpkt_msg_ignore() function
H A Dchannels.c2271 if ((r = sshpkt_msg_ignore(ssh, 4+len)) != 0 || in channel_handle_wfd()