HomeSort by: relevance | last modified time | path
    Searched refs:ssh_packet_hook_fn (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
packet.h 89 typedef int (ssh_packet_hook_fn)(struct ssh *, struct sshbuf *, typedef
102 void ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *);
packet.c 218 ssh_packet_hook_fn *hook_in;
272 ssh_packet_set_input_hook(struct ssh *ssh, ssh_packet_hook_fn *hook, void *ctx)

Completed in 62 milliseconds