Searched refs:m_notify (Results 1 – 3 of 3) sorted by relevance
213 : m_notify(notify), in PseudoTcp()555 IPseudoTcpNotify::WriteResult wres = m_notify->TcpWritePacket( in packet()693 if (m_notify) { in process()694 m_notify->OnTcpOpen(this); in process()825 if (m_notify) { in process()826 m_notify->OnTcpOpen(this); in process()840 if (m_notify) { in process()841 m_notify->OnTcpWriteable(this); in process()955 if (m_notify) { in process()956 m_notify->OnTcpReadable(this); in process()[all …]
191 IPseudoTcpNotify* m_notify; variable
274 m_notify = re_notify.match(line)275 if m_notify:276 timestamp = float(m_notify.group(1))