Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h76 typedef void channel_confirm_cb(int, struct Channel *, void *); typedef
80 channel_confirm_cb *cb;
228 void channel_register_status_confirm(int, channel_confirm_cb *,
Dchannels.c783 channel_register_status_confirm(int id, channel_confirm_cb *cb, in channel_register_status_confirm()