OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channel_register_open_confirm
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
channels.h
213
void
channel_register_open_confirm
(int, channel_open_fn *, void *);
ssh.c
[
all
...]
mux.c
470
channel_register_open_confirm
(nc->self, mux_session_confirm, cctx);
[
all
...]
channels.c
704
channel_register_open_confirm
(int id, channel_open_fn *fn, void *ctx)
function
709
logit("
channel_register_open_confirm
: %d: bad id", id);
[
all
...]
Completed in 24 milliseconds