ITC               335 src/ftmod/ftmod_isdn/ftmod_isdn.c 	BearerCap.ITC       = Q931_ITC_SPEECH;		/* Speech */
ITC              1469 src/ftmod/ftmod_isdn/ftmod_isdn.c 			BearerCap.ITC       = Q931_ITC_SPEECH;	/* Speech */
ITC               273 src/isdn/Q931api.c 	pIE->ITC			= 0;
ITC               168 src/isdn/Q931ie.c 	pie->ITC      = ieGetOctet(IBuf[Octet] & 0x1f);
ITC               198 src/isdn/Q931ie.c 			if (((pie->ITC == 0x08) && (pie->UIL1Prot == 0x01 || pie->UIL1Prot == 0x08))
ITC               199 src/isdn/Q931ie.c 			|| ((pie->ITC == 0x10) && (pie->UIL1Prot == 0x02 || pie->UIL1Prot == 0x03))) {
ITC               328 src/isdn/Q931ie.c 	OBuf[(*Octet)++] = 0x80 | ((pIE->CodStand << 5) & 0x60) | (pIE->ITC & 0x1f);
ITC               340 src/isdn/Q931ie.c 		if (((pIE->ITC == 0x08) && (pIE->UIL1Prot == 0x01 || pIE->UIL1Prot == 0x08)) ||
ITC               341 src/isdn/Q931ie.c 		   ((pIE->ITC == 0x10) && (pIE->UIL1Prot == 0x02 || pIE->UIL1Prot == 0x03))) {
ITC               127 src/isdn/include/Q931ie.h     L3UCHAR ITC;                    /* Information Transfer Capability      */