IntType           357 src/ftmod/ftmod_isdn/ftmod_isdn.c 	ChanID.IntType = FTDM_SPAN_IS_BRI(span) ? 0 : 1;		/* PRI = 1, BRI = 0 */
IntType           365 src/ftmod/ftmod_isdn/ftmod_isdn.c 	if(ChanID.IntType) {
IntType           567 src/ftmod/ftmod_isdn/ftmod_isdn.c 		if(chanid->IntType)
IntType           918 src/ftmod/ftmod_isdn/ftmod_isdn.c 					ChanID.IntType = FTDM_SPAN_IS_BRI(ftdmchan->span) ? 0 : 1;	/* PRI = 1, BRI = 0 */
IntType           920 src/ftmod/ftmod_isdn/ftmod_isdn.c 					if(ChanID.IntType) {
IntType          1203 src/ftmod/ftmod_isdn/ftmod_isdn.c 					ChanID.IntType = FTDM_SPAN_IS_BRI(ftdmchan->span) ? 0 : 1;		/* PRI = 1, BRI = 0 */
IntType          1206 src/ftmod/ftmod_isdn/ftmod_isdn.c 					if(ChanID.IntType) {
IntType          1329 src/ftmod/ftmod_isdn/ftmod_isdn.c 			ChanID.IntType = FTDM_SPAN_IS_BRI(ftdmchan->span) ? 0 : 1;	/* PRI = 1, BRI = 0 */
IntType          1331 src/ftmod/ftmod_isdn/ftmod_isdn.c 			if(ChanID.IntType) {
IntType           314 src/isdn/Q931api.c 	pIE->IntType		= 0;        /* Int. type                            */
IntType          1148 src/isdn/Q931ie.c 	pie->IntType      = (IBuf[Octet] >> 5) & 0x01;
IntType          1169 src/isdn/Q931ie.c 		if (pie->IntType == 1) {        /* PRI etc */
IntType          1198 src/isdn/Q931ie.c 		if (!pie->IntType) {
IntType          1222 src/isdn/Q931ie.c 			((pie->IntType) ? "PRI/Other" : "BRI"),
IntType          1252 src/isdn/Q931ie.c 			| ((pIE->IntType << 5) & 0x20)
IntType          1262 src/isdn/Q931ie.c 	if (pIE->IntType) {
IntType           432 src/isdn/include/Q931ie.h     L3UCHAR IntType;                /* Interface Type                       */