Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dchannels.h60 #define SSH_CHANNEL_RDYNAMIC_OPEN 21 /* reverse SOCKS, parsing request */ macro
Dchannels.c287 case SSH_CHANNEL_RDYNAMIC_OPEN: in channel_lookup()
784 case SSH_CHANNEL_RDYNAMIC_OPEN: in channel_still_open()
822 case SSH_CHANNEL_RDYNAMIC_OPEN: in channel_find_open()
925 case SSH_CHANNEL_RDYNAMIC_OPEN: in channel_open_message()
2480 if (c->type == SSH_CHANNEL_RDYNAMIC_OPEN) in channel_before_prepare_io()
3216 c->type != SSH_CHANNEL_RDYNAMIC_OPEN && in channel_input_data()
4737 c = channel_new(ssh, ctype, SSH_CHANNEL_RDYNAMIC_OPEN, -1, -1, -1, in rdynamic_connect_prepare()