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

/freebsd-10.0-release/crypto/openssh/
H A Dssh1.h54 #define SSH_MSG_PORT_OPEN 29 /* ch,h,p (i,s,i) */ macro
H A Dserverloop.c1260 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open);
H A Dclientloop.c2236 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open);
H A Dchannels.c1471 packet_start(SSH_MSG_PORT_OPEN);

Completed in 118 milliseconds