Home
last modified time | relevance | path

Searched refs:dispatch_range (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Ddispatch.h45 void dispatch_range(u_int, u_int, dispatch_fn *);
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Ddispatch.c65 dispatch_range(u_int from, u_int to, dispatch_fn *fn) in dispatch_range() function
H A Dkex.c146 dispatch_range(SSH2_MSG_TRANSPORT_MIN, in kex_reset_dispatch()
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dserverloop.c891 dispatch_range(SSH2_MSG_USERAUTH_MIN, SSH2_MSG_MAX, in aps_monitor_loop()
1271 dispatch_range(SSH2_MSG_KEXINIT, SSH2_MSG_TRANSPORT_MAX, in server_init_dispatch_20()
H A Dsshd.c1673 dispatch_range(SSH2_MSG_KEXINIT, SSH2_MSG_TRANSPORT_MAX, in main()