#include <net.h>
#include <net_permissions.h>
#include <netaddress.h>
#include <node/connection_types.h>
#include <node/eviction.h>
#include <protocol.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/util.h>
#include <test/util/net.h>
#include <threadsafety.h>
#include <util/sock.h>
#include <chrono>
#include <cstdint>
#include <limits>
#include <memory>
#include <optional>
#include <string>
Go to the source code of this file.
◆ ConsumeAddress()
◆ ConsumeNetAddr()
◆ ConsumeNode()
template<bool ReturnUniquePtr = false>
auto ConsumeNode |
( |
FuzzedDataProvider & |
fuzzed_data_provider, |
|
|
const std::optional< NodeId > & |
node_id_in = std::nullopt |
|
) |
| |
|
noexcept |
◆ ConsumeNodeAsUniquePtr()
◆ ConsumeService()
Definition at line 93 of file net.h.
◆ ConsumeSock()
Definition at line 83 of file net.h.
◆ ConsumeSubNet()
Definition at line 88 of file net.h.