Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h143 channel_open_fn *open_confirm; member
Dchannels.c347 c->open_confirm = NULL; in channel_new()
744 c->open_confirm = fn; in channel_register_open_confirm()
2590 if (c->open_confirm) {
2592 c->open_confirm(c->self, 1, c->open_confirm_ctx);
2642 if (c->open_confirm) {
2644 c->open_confirm(c->self, 0, c->open_confirm_ctx);