IntType           346 src/ftmod/ftmod_isdn/ftmod_isdn.c 	ChanID.IntType = FTDM_SPAN_IS_BRI(span) ? 0 : 1;		/* PRI = 1, BRI = 0 */
IntType           354 src/ftmod/ftmod_isdn/ftmod_isdn.c 	if (ChanID.IntType) {
IntType           745 src/ftmod/ftmod_isdn/ftmod_isdn.c 		if (chanid->IntType)
IntType          1142 src/ftmod/ftmod_isdn/ftmod_isdn.c 					ChanID.IntType = FTDM_SPAN_IS_BRI(ftdmchan->span) ? 0 : 1;	/* PRI = 1, BRI = 0 */
IntType          1144 src/ftmod/ftmod_isdn/ftmod_isdn.c 					if (ChanID.IntType) {
IntType          1353 src/ftmod/ftmod_isdn/ftmod_isdn.c 					ChanID.IntType = FTDM_SPAN_IS_BRI(ftdm_channel_get_span(ftdmchan)) ? 0 : 1;		/* PRI = 1, BRI = 0 */
IntType          1356 src/ftmod/ftmod_isdn/ftmod_isdn.c 					if (ChanID.IntType) {
IntType          1480 src/ftmod/ftmod_isdn/ftmod_isdn.c 			ChanID.IntType = FTDM_SPAN_IS_BRI(ftdm_channel_get_span(ftdmchan)) ? 0 : 1;	/* PRI = 1, BRI = 0 */
IntType          1482 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                       */