Searched refs:dispatch_range (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | dispatch.h | 45 void dispatch_range(u_int, u_int, dispatch_fn *);
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | dispatch.c | 65 dispatch_range(u_int from, u_int to, dispatch_fn *fn) in dispatch_range() function
|
H A D | kex.c | 146 dispatch_range(SSH2_MSG_TRANSPORT_MIN, in kex_reset_dispatch()
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | serverloop.c | 891 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 D | sshd.c | 1673 dispatch_range(SSH2_MSG_KEXINIT, SSH2_MSG_TRANSPORT_MAX, in main()
|