Home
last modified time | relevance | path

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

/external/openssh/
Dssh1.h54 #define SSH_MSG_PORT_OPEN 29 /* ch,h,p (i,s,i) */ macro
Dserverloop.c1399 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open); in server_init_dispatch_13()
Dclientloop.c2621 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open); in client_init_dispatch_13()
Dchannels.c1460 packet_start(SSH_MSG_PORT_OPEN); in port_open_helper()