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

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.h144 channel_open_fn *open_confirm; member in struct:Channel
H A Dchannels.c341 c->open_confirm = NULL;
730 c->open_confirm = fn;
2581 if (c->open_confirm) {
2583 c->open_confirm(c->self, 1, c->open_confirm_ctx);
2632 if (c->open_confirm) {
2634 c->open_confirm(c->self, 0, c->open_confirm_ctx);

Completed in 173 milliseconds