Home
last modified time | relevance | path

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

/external/openssh/
Dssh1.h51 #define SSH_SMSG_X11_OPEN 27 /* channel (int) */ macro
Dchannels.c1467 packet_start(SSH_SMSG_X11_OPEN); in channel_post_x11_listener()
4578 case SSH_SMSG_X11_OPEN:
Dclientloop.c2731 dispatch_set(SSH_SMSG_X11_OPEN, options.forward_x11 ? in client_init_dispatch_13()