Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h94 typedef u_char *channel_outfilter_fn(struct ssh *, struct Channel *, typedef
192 channel_outfilter_fn *output_filter;
304 channel_outfilter_fn *, channel_filter_cleanup_fn *, void *);
H A Dchannels.c1214 channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx) in channel_register_filter()