Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h144 channel_open_fn *open_confirm; member
Dchannels.c367 c->open_confirm = NULL; in channel_new()
808 c->open_confirm = fn; in channel_register_open_confirm()
2948 if (c->open_confirm) {
2950 c->open_confirm(c->self, 1, c->open_confirm_ctx);
3005 if (c->open_confirm) {
3007 c->open_confirm(c->self, 0, c->open_confirm_ctx);