UIL1Prot          350 src/ftmod/ftmod_isdn/ftmod_isdn.c 	BearerCap.UIL1Prot = (codec == FTDM_CODEC_ALAW) ? Q931_UIL1P_G711A : Q931_UIL1P_G711U;	/* U-law = 2, A-law = 3 */
UIL1Prot         1322 src/ftmod/ftmod_isdn/ftmod_isdn.c 			BearerCap.UIL1Prot = (codec == FTDM_CODEC_ALAW) ? 3 : 2;	/* U-law = 2, A-law = 3 */
UIL1Prot          279 src/isdn/Q931api.c 	pIE->UIL1Prot		= 0;        /* User Information Layer 1 Protocol    */
UIL1Prot          457 src/isdn/Q931api.c 	pIE->UIL1Prot		= 0;        /* User information layer 1 protocol    */
UIL1Prot          188 src/isdn/Q931ie.c 		pie->UIL1Prot    = ieGetOctet(IBuf[Octet + Off] & 0x1f);
UIL1Prot          198 src/isdn/Q931ie.c 			if (((pie->ITC == 0x08) && (pie->UIL1Prot == 0x01 || pie->UIL1Prot == 0x08))
UIL1Prot          199 src/isdn/Q931ie.c 			|| ((pie->ITC == 0x10) && (pie->UIL1Prot == 0x02 || pie->UIL1Prot == 0x03))) {
UIL1Prot          214 src/isdn/Q931ie.c 				if (pie->UIL1Prot == 0x01) { /* ITU V.110, I.460 and X.30 */
UIL1Prot          222 src/isdn/Q931ie.c 				else if (pie->UIL1Prot == 0x08) { /* ITU V.120 */
UIL1Prot          340 src/isdn/Q931ie.c 		if (((pIE->ITC == 0x08) && (pIE->UIL1Prot == 0x01 || pIE->UIL1Prot == 0x08)) ||
UIL1Prot          341 src/isdn/Q931ie.c 		   ((pIE->ITC == 0x10) && (pIE->UIL1Prot == 0x02 || pIE->UIL1Prot == 0x03))) {
UIL1Prot          342 src/isdn/Q931ie.c 			OBuf[(*Octet)++] = 0x00 | ((pIE->Layer1Ident << 5) & 0x60) | (pIE->UIL1Prot & 0x15);
UIL1Prot          348 src/isdn/Q931ie.c 			if (pIE->UIL1Prot == 0x01) { /* ITU V.110, I.460 and X.30	*/
UIL1Prot          357 src/isdn/Q931ie.c 			else if (pIE->UIL1Prot == 0x08) { /* ITU V.120 */
UIL1Prot          378 src/isdn/Q931ie.c 			OBuf[(*Octet)++] = 0x80 | ((pIE->Layer1Ident << 5) & 0x60) | (pIE->UIL1Prot & 0x1f);
UIL1Prot         1774 src/isdn/Q931ie.c 		pie->UIL1Prot    =  IBuf[Octet + Off] & 0x1f;
UIL1Prot         1786 src/isdn/Q931ie.c 				if (pie->UIL1Prot == 0x01) { /* V.110, I.460 and X.30*/
UIL1Prot         1794 src/isdn/Q931ie.c 				else if (pie->UIL1Prot == 0x80) { /* V.120 */
UIL1Prot         1803 src/isdn/Q931ie.c 				else if (pie->UIL1Prot == 0x07) { /* non standard */
UIL1Prot         1941 src/isdn/Q931ie.c 		OBuf[(*Octet)++] = (pIE->Layer1Ident << 5) | pIE->UIL1Prot;
UIL1Prot         1944 src/isdn/Q931ie.c 		if ((pIE->ITransCap == 0x08 && (pIE->UIL1Prot == 0x01 || pIE->UIL1Prot == 0x08))
UIL1Prot         1945 src/isdn/Q931ie.c 			|| (pIE->ITransCap == 0x10 && (pIE->UIL1Prot == 0x02 || pIE->UIL1Prot == 0x03))) {
UIL1Prot         1949 src/isdn/Q931ie.c 			if (pIE->UIL1Prot == 0x01) {
UIL1Prot         1956 src/isdn/Q931ie.c 			else if (pIE->UIL1Prot == 0x08) {
UIL1Prot         1972 src/isdn/Q931ie.c 			if (pIE->UIL1Prot == 0x01 || pIE->UIL1Prot == 0x08) {
UIL1Prot          152 src/isdn/include/Q931ie.h     L3UCHAR UIL1Prot;               /* User Information Layer 1 Protocol    */
UIL1Prot          594 src/isdn/include/Q931ie.h     L3UCHAR UIL1Prot;               /* User information layer 1 protocol    */