Searched refs:m_sccp (Results 1 – 3 of 3) sorted by relevance
1639 if (m_sccp) in destroyed()1649 if (!m_sccp) { in attach()1753 m_sccp(0) in GTT()1762 m_sccp = 0; in ~GTT()1809 m_sccp = 0; in destroyed()1880 m_sccp = 0; in ~SCCPManagement()2033 if (!m_sccp) in managementMessage()2051 if (!m_sccp) in localBroadcast()2087 if (!m_sccp) in notify()2196 if (!m_sccp) in routeFailure()[all …]
5211 { return m_sccp; } in sccp()5217 SCCP* m_sccp;5549 { return m_sccp; } in sccp()5555 SCCP* m_sccp;9485 { return m_sccp; } in sccp()9645 SS7SCCP* m_sccp; variable
380 : OnDemand(sccp? sccp->toString() : ""), m_sccp(sccp) { m_sccp->ref(); } in SigSS7Sccp()387 { return m_sccp; } in get()389 { return m_sccp ? m_sccp->initialize(¶ms) : false; } in reInitialize()391 SS7SCCP* m_sccp; member in __anonf4d4e15a0111::SigSS7Sccp3309 if (m_sccp) { in ~SigSS7Sccp()3310 if (m_sccp->refcount() > 1) in ~SigSS7Sccp()3313 TelEngine::destruct(m_sccp); in ~SigSS7Sccp()3314 m_sccp = 0; in ~SigSS7Sccp()3320 if (!m_sccp) in status()3326 retVal << ",errors=" << m_sccp->errors(); in status()[all …]