Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.h84 typedef int (ssh_packet_hook_fn)(struct ssh *, struct sshbuf *, typedef
97 void ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *);
Dpacket.c223 ssh_packet_hook_fn *hook_in;
271 ssh_packet_set_input_hook(struct ssh *ssh, ssh_packet_hook_fn *hook, void *ctx) in ssh_packet_set_input_hook()