Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dchannels.h122 channel_filter_fn *input_filter; member
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c271 c->input_filter = NULL; in channel_new()
653 c->input_filter = fn; in channel_register_filter()
1402 if (c->input_filter != NULL) { in channel_handle_rfd()
1403 if (c->input_filter(c, buf, len) == -1) { in channel_handle_rfd()