Searched refs:SSH_CHANNEL_RDYNAMIC_OPEN (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dchannels.h60 #define SSH_CHANNEL_RDYNAMIC_OPEN 21 /* reverse SOCKS, parsing request */ macro
H A Dchannels.c285 case SSH_CHANNEL_RDYNAMIC_OPEN:
900 case SSH_CHANNEL_RDYNAMIC_OPEN:
955 case SSH_CHANNEL_RDYNAMIC_OPEN:
1058 case SSH_CHANNEL_RDYNAMIC_OPEN:
2625 if (c->type == SSH_CHANNEL_RDYNAMIC_OPEN)
3369 c->type != SSH_CHANNEL_RDYNAMIC_OPEN &&
4879 c = channel_new(ssh, ctype, SSH_CHANNEL_RDYNAMIC_OPEN, -1, -1, -1,

Completed in 170 milliseconds