Searched refs:channel_input_ieof (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.h232 void channel_input_ieof(int, u_int32_t, void *);
H A Dserverloop.c1219 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof);
1255 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof);
H A Dclientloop.c2269 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof);
2312 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof);
H A Dchannels.c2413 channel_input_ieof(int type, u_int32_t seq, void *ctxt) function

Completed in 138 milliseconds