Home
last modified time | relevance | path

Searched refs:ConnmanTestMsg (Results 1 – 25 of 40) sorted by relevance

12

/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/util/
H A Dnet.cpp10 void ConnmanTestMsg::NodeReceiveMsgBytes(CNode& node, const char* pch, unsigned int nBytes, bool& c… in NodeReceiveMsgBytes()
30 bool ConnmanTestMsg::ReceiveMsgFrom(CNode& node, CSerializedNetMsg& ser_msg) const in ReceiveMsgFrom()
H A Dnet.h10 struct ConnmanTestMsg : public CConnman { struct
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/util/
H A Dnet.cpp10 void ConnmanTestMsg::NodeReceiveMsgBytes(CNode& node, const char* pch, unsigned int nBytes, bool& c… in NodeReceiveMsgBytes()
30 bool ConnmanTestMsg::ReceiveMsgFrom(CNode& node, CSerializedNetMsg& ser_msg) const in ReceiveMsgFrom()
H A Dnet.h10 struct ConnmanTestMsg : public CConnman { struct
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/util/
H A Dnet.cpp10 void ConnmanTestMsg::NodeReceiveMsgBytes(CNode& node, const char* pch, unsigned int nBytes, bool& c… in NodeReceiveMsgBytes()
30 bool ConnmanTestMsg::ReceiveMsgFrom(CNode& node, CSerializedNetMsg& ser_msg) const in ReceiveMsgFrom()
H A Dnet.h10 struct ConnmanTestMsg : public CConnman { struct
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/util/
H A Dnet.cpp10 void ConnmanTestMsg::NodeReceiveMsgBytes(CNode& node, const char* pch, unsigned int nBytes, bool& c… in NodeReceiveMsgBytes()
30 bool ConnmanTestMsg::ReceiveMsgFrom(CNode& node, CSerializedNetMsg& ser_msg) const in ReceiveMsgFrom()
H A Dnet.h10 struct ConnmanTestMsg : public CConnman { struct
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/util/
H A Dnet.cpp13 void ConnmanTestMsg::NodeReceiveMsgBytes(CNode& node, Span<const uint8_t> msg_bytes, bool& complete… in NodeReceiveMsgBytes()
33 bool ConnmanTestMsg::ReceiveMsgFrom(CNode& node, CSerializedNetMsg& ser_msg) const in ReceiveMsgFrom()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/util/
H A Dnet.cpp13 void ConnmanTestMsg::NodeReceiveMsgBytes(CNode& node, Span<const uint8_t> msg_bytes, bool& complete… in NodeReceiveMsgBytes()
33 bool ConnmanTestMsg::ReceiveMsgFrom(CNode& node, CSerializedNetMsg& ser_msg) const in ReceiveMsgFrom()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/util/
H A Dnet.cpp13 void ConnmanTestMsg::NodeReceiveMsgBytes(CNode& node, Span<const uint8_t> msg_bytes, bool& complete… in NodeReceiveMsgBytes()
33 bool ConnmanTestMsg::ReceiveMsgFrom(CNode& node, CSerializedNetMsg& ser_msg) const in ReceiveMsgFrom()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/fuzz/
H A Dprocess_messages.cpp38 ConnmanTestMsg& connman = *static_cast<ConnmanTestMsg*>(g_setup->m_node.connman.get()); in FUZZ_TARGET_INIT()
H A Dprocess_message.cpp71 ConnmanTestMsg& connman = *static_cast<ConnmanTestMsg*>(g_setup->m_node.connman.get()); in fuzz_target()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/fuzz/
H A Dprocess_messages.cpp38 ConnmanTestMsg& connman = *static_cast<ConnmanTestMsg*>(g_setup->m_node.connman.get()); in FUZZ_TARGET_INIT()
H A Dprocess_message.cpp71 ConnmanTestMsg& connman = *static_cast<ConnmanTestMsg*>(g_setup->m_node.connman.get()); in fuzz_target()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/fuzz/
H A Dprocess_messages.cpp38 ConnmanTestMsg& connman = *static_cast<ConnmanTestMsg*>(g_setup->m_node.connman.get()); in FUZZ_TARGET_INIT()
H A Dprocess_message.cpp71 ConnmanTestMsg& connman = *static_cast<ConnmanTestMsg*>(g_setup->m_node.connman.get()); in fuzz_target()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/fuzz/
H A Dprocess_messages.cpp37 ConnmanTestMsg& connman = *(ConnmanTestMsg*)g_setup->m_node.connman.get(); in test_one_input()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dprocess_message.cpp66 ConnmanTestMsg& connman = *(ConnmanTestMsg*)g_setup->m_node.connman.get(); in test_one_input()
H A Dprocess_messages.cpp42 ConnmanTestMsg& connman = *(ConnmanTestMsg*)g_setup->m_node.connman.get(); in test_one_input()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dprocess_message.cpp66 ConnmanTestMsg& connman = *(ConnmanTestMsg*)g_setup->m_node.connman.get(); in test_one_input()
H A Dprocess_messages.cpp42 ConnmanTestMsg& connman = *(ConnmanTestMsg*)g_setup->m_node.connman.get(); in test_one_input()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dprocess_message.cpp66 ConnmanTestMsg& connman = *(ConnmanTestMsg*)g_setup->m_node.connman.get(); in test_one_input()
H A Dprocess_messages.cpp42 ConnmanTestMsg& connman = *(ConnmanTestMsg*)g_setup->m_node.connman.get(); in test_one_input()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Ddenialofservice_tests.cpp106 …AddRandomOutboundPeer(std::vector<CNode*>& vNodes, PeerManager& peerLogic, ConnmanTestMsg& connman) in AddRandomOutboundPeer()
122 auto connman = std::make_unique<ConnmanTestMsg>(0x1337, 0x1337, *m_node.addrman); in BOOST_AUTO_TEST_CASE()
195 auto connman = std::make_unique<ConnmanTestMsg>(0x1337, 0x1337, *m_node.addrman); in BOOST_AUTO_TEST_CASE()

12