Q931ie_TransNetSel  434 src/isdn/Q931api.c L3INT Q931InitIETransNetSel(Q931ie_TransNetSel * pIE)
Q931ie_TransNetSel  437 src/isdn/Q931api.c 	pIE->Size			= sizeof(Q931ie_TransNetSel);
Q931ie_TransNetSel 2724 src/isdn/Q931ie.c 	Q931ie_TransNetSel *pie = (Q931ie_TransNetSel*)OBuf;
Q931ie_TransNetSel 2752 src/isdn/Q931ie.c 	*OOff = (*OOff) + sizeof(Q931ie_TransNetSel) + x - 1;
Q931ie_TransNetSel 2753 src/isdn/Q931ie.c 	pie->Size = (L3UCHAR)(sizeof(Q931ie_TransNetSel) + x - 1);
Q931ie_TransNetSel 2771 src/isdn/Q931ie.c 	Q931ie_TransNetSel *pIE = (Q931ie_TransNetSel*)IBuf;
Q931ie_TransNetSel 2785 src/isdn/Q931ie.c 	l = pIE->Size - sizeof(Q931ie_TransNetSel) + 1;
Q931ie_TransNetSel 1134 src/isdn/include/Q931.h L3INT Q931InitIETransNetSel(Q931ie_TransNetSel * pIE);