Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h70 typedef void channel_confirm_cb(int, struct Channel *, void *); typedef
74 channel_confirm_cb *cb;
216 void channel_register_status_confirm(int, channel_confirm_cb *,
Dchannels.c687 channel_register_status_confirm(int id, channel_confirm_cb *cb, in channel_register_status_confirm()