Searched refs:SSH_SMSG_X11_OPEN (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dssh1.h52 #define SSH_SMSG_X11_OPEN 27 /* channel (int) */ macro
H A Dclientloop.c2243 dispatch_set(SSH_SMSG_X11_OPEN, options.forward_x11 ?
H A Dchannels.c1414 packet_start(SSH_SMSG_X11_OPEN);
3725 * This is called when SSH_SMSG_X11_OPEN is received. The packet contains
3784 case SSH_SMSG_X11_OPEN:

Completed in 142 milliseconds