UIL3Prot          302 src/isdn/Q931api.c 	pIE->UIL3Prot		= 0;        /* User Information Layer 3 Protocol    */
UIL3Prot          266 src/isdn/Q931ie.c 		pie->UIL3Prot    = ieGetOctet(IBuf[Octet + Off] & 0x1f);
UIL3Prot          271 src/isdn/Q931ie.c 			if (pie->UIL3Prot == 0x0c) {
UIL3Prot          389 src/isdn/Q931ie.c 		if (pIE->UIL3Prot == 0x0c) {
UIL3Prot          390 src/isdn/Q931ie.c 			OBuf[(*Octet)++] = 0x00 | ((pIE->Layer3Ident << 5) & 0x60) | (pIE->UIL3Prot & 0x1f);
UIL3Prot          399 src/isdn/Q931ie.c 			OBuf[(*Octet)++] = 0x80 | ((pIE->Layer3Ident << 5) & 0x60) | (pIE->UIL3Prot & 0x1f);
UIL3Prot         1859 src/isdn/Q931ie.c 		pie->UIL3Prot    =  IBuf[Octet + Off] & 0x1f;
UIL3Prot         1864 src/isdn/Q931ie.c 			if (pie->UIL3Prot == 0x0b) {
UIL3Prot         1871 src/isdn/Q931ie.c 				if (pie->UIL3Prot == 0x1f) {
UIL3Prot         2013 src/isdn/Q931ie.c 		OBuf[(*Octet)++] = (pIE->Layer3Ident << 5) | pIE->UIL3Prot;
UIL3Prot         2016 src/isdn/Q931ie.c 		if (pIE->UIL3Prot == 0x10) {
UIL3Prot         2019 src/isdn/Q931ie.c 		else if (pIE->UIL3Prot == 0x06
UIL3Prot         2020 src/isdn/Q931ie.c 			||  pIE->UIL3Prot == 0x07
UIL3Prot         2021 src/isdn/Q931ie.c 			||  pIE->UIL3Prot == 0x08) {
UIL3Prot         2030 src/isdn/Q931ie.c 		else if (pIE->UIL3Prot == 0x0b) {
UIL3Prot          279 src/isdn/include/Q931ie.h     L3UCHAR UIL3Prot;               /* User Information Layer 3 Protocol    */
UIL3Prot          742 src/isdn/include/Q931ie.h     L3UCHAR UIL3Prot;				/* User Information Layer 3 protocol	*/