PresMeth          425 src/ftmod/ftmod_isdn/ftmod_isdn.c 	HLComp.PresMeth  = 1;   /* High-layer protocol profile */
PresMeth         1390 src/ftmod/ftmod_isdn/ftmod_isdn.c 			HLComp.PresMeth  = 1;   /* High-layer protocol profile */
PresMeth         1562 src/isdn/Q931ie.c 	pie->PresMeth  =  IBuf[Octet + Off] & 0x03;
PresMeth         1619 src/isdn/Q931ie.c 	OBuf[(*Octet)++] = 0x80 | ((pIE->CodStand << 5) & 0x60) | ((pIE->Interpret << 2) & 0x1c) | (pIE->PresMeth & 0x03);
PresMeth          527 src/isdn/include/Q931ie.h     L3UCHAR PresMeth;               /* Presentation methor of prot. profile */