Home
last modified time | relevance | path

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

/external/openssh/
Dssh1.h55 #define SSH_SMSG_AGENT_OPEN 31 /* port (int) */ macro
Dchannels.c1659 packet_start(SSH_SMSG_AGENT_OPEN); in channel_post_auth_listener()
4575 case SSH_SMSG_AGENT_OPEN:
Dclientloop.c2729 dispatch_set(SSH_SMSG_AGENT_OPEN, options.forward_agent ? in client_init_dispatch_13()