Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dchannels.h93 typedef u_char *channel_outfilter_fn(struct ssh *, struct Channel *, typedef
190 channel_outfilter_fn *output_filter;
302 channel_outfilter_fn *, channel_filter_cleanup_fn *, void *);
H A Dchannels.c1199 channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx) in channel_register_filter()