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

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.h151 channel_infilter_fn *input_filter; member in struct:Channel
H A Dchannels.c343 c->input_filter = NULL;
770 c->input_filter = ifn;
1686 if (c->input_filter != NULL) {
1687 if (c->input_filter(c, buf, len) == -1) {

Completed in 133 milliseconds