Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDchannels.h239 void channel_input_ieof(int, u_int32_t, void *);
HDserverloop.c1232 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in server_init_dispatch_20()
1268 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof); in server_init_dispatch_15()
HDssh_namespace.h135 #define channel_input_ieof ssh_channel_input_ieof macro
HDclientloop.c2208 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in client_init_dispatch_20()
2251 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof); in client_init_dispatch_15()
HDchannels.c2475 channel_input_ieof(int type, u_int32_t seq, void *ctxt) function