TypeNetID         343 src/isdn/Q931api.c 	pIE->TypeNetID		= 0;        /* Type of network identification       */
TypeNetID        2084 src/isdn/Q931ie.c 		pie->TypeNetID = (IBuf[Octet + Off] >> 4) & 0x0f;
TypeNetID        2137 src/isdn/Q931ie.c 		OBuf[(*Octet)++] = 0x80 | (pIE->TypeNetID << 4) | pIE->NetIDPlan;
TypeNetID         778 src/isdn/include/Q931ie.h     L3UCHAR TypeNetID;              /* Type of network identification       */