Bitcoin Core  25.99.0
P2P Digital Currency
Functions
net.cpp File Reference
#include <test/fuzz/util/net.h>
#include <compat/compat.h>
#include <netaddress.h>
#include <protocol.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/util.h>
#include <test/util/net.h>
#include <util/sock.h>
#include <util/time.h>
#include <version.h>
#include <array>
#include <cassert>
#include <cerrno>
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <thread>
#include <vector>
Include dependency graph for net.cpp:

Go to the source code of this file.

Functions

CNetAddr ConsumeNetAddr (FuzzedDataProvider &fuzzed_data_provider) noexcept
 
CAddress ConsumeAddress (FuzzedDataProvider &fuzzed_data_provider) noexcept
 
template<typename P >
ConsumeDeserializationParams (FuzzedDataProvider &fuzzed_data_provider) noexcept
 
void FillNode (FuzzedDataProvider &fuzzed_data_provider, ConnmanTestMsg &connman, CNode &node) noexcept
 

Function Documentation

◆ ConsumeAddress()

CAddress ConsumeAddress ( FuzzedDataProvider fuzzed_data_provider)
noexcept

Definition at line 53 of file net.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ConsumeDeserializationParams()

template<typename P >
template CAddress::SerParams ConsumeDeserializationParams ( FuzzedDataProvider fuzzed_data_provider)
noexcept

Definition at line 59 of file net.cpp.

Here is the call graph for this function:

◆ ConsumeNetAddr()

CNetAddr ConsumeNetAddr ( FuzzedDataProvider fuzzed_data_provider)
noexcept

Definition at line 28 of file net.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FillNode()

void FillNode ( FuzzedDataProvider fuzzed_data_provider,
ConnmanTestMsg connman,
CNode node 
)
noexcept

Definition at line 371 of file net.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: