Searched refs:m_slcShift (Results 1 – 2 of 2) sorted by relevance
508 m_total(0), m_active(0), m_slcShift(false), m_inhibit(false), m_warnDown(true), in SS7MTP3()551 m_slcShift = params.getBoolValue(YSTRING("slcshift"),false); in SS7MTP3()823 m_slcShift = params->getBoolValue(YSTRING("slcshift"),m_slcShift); in control()924 m_slcShift = config->getBoolValue(YSTRING("slcshift"),m_slcShift); in initialize()1002 if (m_slcShift) in transmitMSU()1023 return (regular && m_slcShift) ? (sls << 1) : sls; in transmitMSU()1055 return (regular && m_slcShift) ? (sls << 1) : sls; in transmitMSU()
7981 bool m_slcShift; variable