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

/freebsd-10.1-release/crypto/openssh/
H A Dssh2.h127 #define SSH2_MSG_CHANNEL_OPEN 90 macro
H A Dclientloop.c1974 packet_start(SSH2_MSG_CHANNEL_OPEN);
2210 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &client_input_channel_open);
H A Dchannels.c680 packet_start(SSH2_MSG_CHANNEL_OPEN);
1403 packet_start(SSH2_MSG_CHANNEL_OPEN);
1457 packet_start(SSH2_MSG_CHANNEL_OPEN);
1584 packet_start(SSH2_MSG_CHANNEL_OPEN);
H A Dserverloop.c1234 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &server_input_channel_open);

Completed in 118 milliseconds