Home
last modified time | relevance | path

Searched refs:channel_input_port_open (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dchannels.h249 int channel_input_port_open(int, u_int32_t, void *);
Dclientloop.c2724 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open); in client_init_dispatch_13()
Dchannels.c3050 channel_input_port_open(int type, u_int32_t seq, void *ctxt) function