Searched refs:MAX_CHANNELS (Results 1 – 3 of 3) sorted by relevance
161 #define MAX_CHANNELS 16 macro163 static SysChannelRec _s_channels0[ MAX_CHANNELS ];171 for ( nn = 0; nn < MAX_CHANNELS-1; nn++ ) { in sys_init_channels()
48 #define MAX_CHANNELS 100 /* simple mem restriction, includes each tcp/x11 macro
117 if (ses.chansize >= MAX_CHANNELS) { in newchannel()