Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/
Dssh1.h53 #define SSH_MSG_PORT_OPEN 29 /* ch,h,p (i,s,i) */ macro
Dserverloop.c1391 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open); in server_init_dispatch_13()
Dclientloop.c2676 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open); in client_init_dispatch_13()
Dchannels.c1473 packet_start(SSH_MSG_PORT_OPEN); in port_open_helper()