Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssh2_chn.c108 REQUIRES_B( ( excludedChannelID == UNUSED_CHANNEL_ID ) || \ in isChannelActive()
409 { UNUSED_CHANNEL_ID, UNUSED_CHANNEL_NO, UNUSED_CHANNEL_NO, in getCurrentChannelInfo()
422 if( channelID == UNUSED_CHANNEL_ID ) in getCurrentChannelInfo()
836 if( sshInfo->channelIndex <= UNUSED_CHANNEL_ID )
837 sshInfo->channelIndex = UNUSED_CHANNEL_ID + 1;
935 return( isChannelActive( sessionInfoPtr, UNUSED_CHANNEL_ID ) ? \ in deleteChannel()
955 sshInfo->currWriteChannel = UNUSED_CHANNEL_ID; in deleteChannel()
967 sshInfo->currReadChannel = UNUSED_CHANNEL_ID; in deleteChannel()
969 sshInfo->currWriteChannel = UNUSED_CHANNEL_ID; in deleteChannel()
973 return( isChannelActive( sessionInfoPtr, UNUSED_CHANNEL_ID ) ? \ in deleteChannel()
H A Dssh.h388 #define UNUSED_CHANNEL_ID 0 macro