Layer3Ident       301 src/isdn/Q931api.c 	pIE->Layer3Ident	= 0;           
Layer3Ident       483 src/isdn/Q931api.c 	pIE->Layer3Ident	= 0;        /* Layer 3 ident                        */
Layer3Ident       265 src/isdn/Q931ie.c 		pie->Layer3Ident = ieGetOctet((IBuf[Octet + Off] & 0x60) >> 5);
Layer3Ident       388 src/isdn/Q931ie.c 	if (pIE->Layer3Ident == 0x03) {
Layer3Ident       390 src/isdn/Q931ie.c 			OBuf[(*Octet)++] = 0x00 | ((pIE->Layer3Ident << 5) & 0x60) | (pIE->UIL3Prot & 0x1f);
Layer3Ident       399 src/isdn/Q931ie.c 			OBuf[(*Octet)++] = 0x80 | ((pIE->Layer3Ident << 5) & 0x60) | (pIE->UIL3Prot & 0x1f);
Layer3Ident      1858 src/isdn/Q931ie.c 		pie->Layer3Ident = (IBuf[Octet + Off] >> 5) & 0x03;
Layer3Ident      2012 src/isdn/Q931ie.c 	if (pIE->Layer3Ident == 0x03) {
Layer3Ident      2013 src/isdn/Q931ie.c 		OBuf[(*Octet)++] = (pIE->Layer3Ident << 5) | pIE->UIL3Prot;
Layer3Ident       277 src/isdn/include/Q931ie.h     L3UCHAR Layer3Ident;            /* Layer 3 ident.						*/
Layer3Ident       740 src/isdn/include/Q931ie.h     L3UCHAR Layer3Ident;            /* Layer 3 ident                        */