Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dchannels.h212 void channel_input_ieof(int, u_int32_t, void *);
Dserverloop.c1167 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in server_init_dispatch_20()
1203 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof); in server_init_dispatch_15()
Dclientloop.c1974 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in client_init_dispatch_20()
2017 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof); in client_init_dispatch_15()
Dchannels.c2184 channel_input_ieof(int type, u_int32_t seq, void *ctxt) in channel_input_ieof() function