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

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.h239 void channel_input_ieof(int, u_int32_t, void *);
H A Dserverloop.c1231 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof);
1267 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof);
H A Dssh_namespace.h112 #define channel_input_ieof ssh_channel_input_ieof macro
H A Dclientloop.c2208 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof);
2251 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof);
H A Dchannels.c2469 channel_input_ieof(int type, u_int32_t seq, void *ctxt) function

Completed in 192 milliseconds