Searched refs:SSH_MSG_PORT_OPEN (Results 1 – 4 of 4) sorted by relevance
61 #define SSH_MSG_PORT_OPEN 29 /* ch,h,p (i,s,i) */ macro
1291 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open); in server_init_dispatch_13()
1598 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open); in client_init_dispatch_13()
1228 packet_start(SSH_MSG_PORT_OPEN); in port_open_helper()