Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssh2_chn.c101 IN_INT_SHORT_Z const int excludedChannelID ) in isChannelActive() argument
108 REQUIRES_B( ( excludedChannelID == UNUSED_CHANNEL_ID ) || \ in isChannelActive()
109 ( excludedChannelID > 0 && \ in isChannelActive()
110 excludedChannelID < MAX_INTLENGTH_SHORT ) ); in isChannelActive()
129 channelInfoPtr->channelID != excludedChannelID ) in isChannelActive()