Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dclientloop.c466 client_global_request_reply(int type, uint32_t seq, struct ssh *ssh) in client_global_request_reply() function
2853 ssh_dispatch_set(ssh, SSH2_MSG_REQUEST_FAILURE, &client_global_request_reply); in client_init_dispatch()
2854 ssh_dispatch_set(ssh, SSH2_MSG_REQUEST_SUCCESS, &client_global_request_reply); in client_init_dispatch()