PrefExcl 360 src/ftmod/ftmod_isdn/ftmod_isdn.c ChanID.PrefExcl = (isdn_data->opts & FTDM_ISDN_OPT_SUGGEST_CHANNEL) ? 0 : 1; /* 0 = preferred, 1 exclusive */ PrefExcl 362 src/ftmod/ftmod_isdn/ftmod_isdn.c ChanID.PrefExcl = 1; /* always exclusive in NT-mode */ PrefExcl 919 src/ftmod/ftmod_isdn/ftmod_isdn.c ChanID.PrefExcl = FTDM_SPAN_IS_NT(ftdmchan->span) ? 1 : 0; /* Exclusive in NT-mode = 1, Preferred otherwise = 0 */ PrefExcl 1204 src/ftmod/ftmod_isdn/ftmod_isdn.c ChanID.PrefExcl = 1; /* always exclusive in NT-mode */ PrefExcl 1330 src/ftmod/ftmod_isdn/ftmod_isdn.c ChanID.PrefExcl = FTDM_SPAN_IS_NT(ftdmchan->span) ? 1 : 0; /* Exclusive in NT-mode = 1, Preferred otherwise = 0 */ PrefExcl 315 src/isdn/Q931api.c pIE->PrefExcl = 0; /* Pref./Excl. */ PrefExcl 1149 src/isdn/Q931ie.c pie->PrefExcl = (IBuf[Octet] >> 3) & 0x01; PrefExcl 1221 src/isdn/Q931ie.c ((pie->PrefExcl) ? "Preferred" : "Exclusive"), PrefExcl 1253 src/isdn/Q931ie.c | ((pIE->PrefExcl << 3) & 0x08) PrefExcl 436 src/isdn/include/Q931ie.h L3UCHAR PrefExcl; /* Pref./Excl. */