Home
last modified time | relevance | path

Searched refs:dispatch_init (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Ddispatch.h43 void dispatch_init(dispatch_fn *);
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Ddispatch.c58 dispatch_init(dispatch_fn *dflt) in dispatch_init() function
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1250 dispatch_init(&dispatch_protocol_error); in server_init_dispatch_20()
1282 dispatch_init(NULL); in server_init_dispatch_13()
H A Dauth2.c114 dispatch_init(&dispatch_protocol_error); in do_authentication2()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1568 dispatch_init(&dispatch_protocol_error); in client_init_dispatch_20()
1592 dispatch_init(NULL); in client_init_dispatch_13()
H A Dsshconnect2.c360 dispatch_init(&input_userauth_error); in ssh_userauth2()