Home
last modified time | relevance | path

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

/external/qemu/telephony/
Dsysdeps_qemu.c161 #define MAX_CHANNELS 16 macro
163 static SysChannelRec _s_channels0[ MAX_CHANNELS ];
171 for ( nn = 0; nn < MAX_CHANNELS-1; nn++ ) { in sys_init_channels()
/external/dropbear/
Dchannel.h48 #define MAX_CHANNELS 100 /* simple mem restriction, includes each tcp/x11 macro
Dcommon-channel.c117 if (ses.chansize >= MAX_CHANNELS) { in newchannel()