Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h52 #define SSH_CHANNEL_DYNAMIC 13 macro
H A Dchannels.c292 case SSH_CHANNEL_DYNAMIC: in channel_lookup()
911 case SSH_CHANNEL_DYNAMIC: in channel_still_open()
966 case SSH_CHANNEL_DYNAMIC: in channel_find_open()
1071 case SSH_CHANNEL_DYNAMIC: in channel_open_message()
1970 nextstate = SSH_CHANNEL_DYNAMIC; in channel_post_port_listener()
1996 if (nextstate != SSH_CHANNEL_DYNAMIC) in channel_post_port_listener()
2550 pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic; in channel_handler_init()
2563 post[SSH_CHANNEL_DYNAMIC] = &channel_post_open; in channel_handler_init()