Home
last modified time | relevance | path

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

/external/openssh/
Dssh1.h53 #define SSH_MSG_PORT_OPEN 29 /* ch,h,p (i,s,i) */ macro
Dclientloop.c2724 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open); in client_init_dispatch_13()
Dchannels.c1534 packet_start(SSH_MSG_PORT_OPEN); in port_open_helper()