Home
last modified time | relevance | path

Searched refs:ssh_packet_hook_fn (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dpacket.h91 typedef int (ssh_packet_hook_fn)(struct ssh *, struct sshbuf *, typedef
103 void ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *);
H A Dpacket.c223 ssh_packet_hook_fn *hook_in;
275 ssh_packet_set_input_hook(struct ssh *ssh, ssh_packet_hook_fn *hook, void *ctx) in ssh_packet_set_input_hook()