Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c1533 channel_post_open(Channel *c, fd_set * readset, fd_set * writeset) in channel_post_open() function
1571 channel_post[SSH_CHANNEL_OPEN] = &channel_post_open; in channel_handler_init_20()
1577 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open; in channel_handler_init_20()
1593 channel_post[SSH_CHANNEL_OPEN] = &channel_post_open; in channel_handler_init_13()
1599 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open; in channel_handler_init_13()
1616 channel_post[SSH_CHANNEL_OPEN] = &channel_post_open; in channel_handler_init_15()
1618 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open; in channel_handler_init_15()