Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Ddispatch.h44 void ssh_dispatch_init(struct ssh *, dispatch_fn *);
H A Ddispatch.c62 ssh_dispatch_init(struct ssh *ssh, dispatch_fn *dflt) in ssh_dispatch_init() function
H A Dserverloop.c902 ssh_dispatch_init(ssh, &dispatch_protocol_error); in server_init_dispatch()
H A Dclientloop.c2808 ssh_dispatch_init(ssh, &dispatch_protocol_error); in client_init_dispatch()