UIL2Prot          300 src/isdn/Q931api.c 	pIE->UIL2Prot		= 0;        /* User Information Layer 2 Protocol    */
UIL2Prot          478 src/isdn/Q931api.c 	pIE->UIL2Prot		= 0;        /* User information layer 2 protocol    */
UIL2Prot          257 src/isdn/Q931ie.c 		pie->UIL2Prot    = ieGetOctet(IBuf[Octet + Off] & 0x1f);
UIL2Prot          384 src/isdn/Q931ie.c 		OBuf[(*Octet)++] = 0x80 | ((pIE->Layer2Ident << 5) & 0x60) | (pIE->UIL2Prot & 0x1f);
UIL2Prot         1834 src/isdn/Q931ie.c 		pie->UIL2Prot    =  IBuf[Octet + Off] & 0x1f;
UIL2Prot         1839 src/isdn/Q931ie.c 			if (pie->UIL2Prot == 0x10) { /* 2nd 6a */
UIL2Prot         1986 src/isdn/Q931ie.c 		OBuf[(*Octet)++] = (pIE->Layer2Ident << 5) | pIE->UIL2Prot;
UIL2Prot         1989 src/isdn/Q931ie.c 		if (pIE->UIL2Prot == 0x02 /* Q.921/I.441 */
UIL2Prot         1990 src/isdn/Q931ie.c 		|| pIE->UIL2Prot == 0x06 /* X.25 link layer */
UIL2Prot         1991 src/isdn/Q931ie.c 		|| pIE->UIL2Prot == 0x07 /* X.25 multilink */
UIL2Prot         1992 src/isdn/Q931ie.c 		|| pIE->UIL2Prot == 0x09 /* HDLC ARM */
UIL2Prot         1993 src/isdn/Q931ie.c 		|| pIE->UIL2Prot == 0x0a /* HDLC NRM */
UIL2Prot         1994 src/isdn/Q931ie.c 		|| pIE->UIL2Prot == 0x0b /* HDLC ABM */
UIL2Prot         1995 src/isdn/Q931ie.c 		|| pIE->UIL2Prot == 0x0d /* X.75 SLP */
UIL2Prot         1996 src/isdn/Q931ie.c 		|| pIE->UIL2Prot == 0x0e /* Q.922 */
UIL2Prot         1997 src/isdn/Q931ie.c 		|| pIE->UIL2Prot == 0x11) { /* ISO/ECE 7776 DTE-DCE */
UIL2Prot         2003 src/isdn/Q931ie.c 		else if (pIE->UIL2Prot == 0x10) { /* User Specific */
UIL2Prot          272 src/isdn/include/Q931ie.h     L3UCHAR UIL2Prot;               /* User Information Layer 2 Protocol    */
UIL2Prot          714 src/isdn/include/Q931ie.h     L3UCHAR UIL2Prot;               /* User information layer 2 protocol    */