Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h232 void channel_input_port_open(int, u_int32_t, void *);
Dserverloop.c1235 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open); in server_init_dispatch_13()
Dclientloop.c2120 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open); in client_init_dispatch_13()
Dchannels.c2571 channel_input_port_open(int type, u_int32_t seq, void *ctxt) function