Bitcoin Core  27.99.0
P2P Digital Currency
Functions | Variables
net.cpp File Reference
#include <rpc/server.h>
#include <addrman.h>
#include <addrman_impl.h>
#include <banman.h>
#include <chainparams.h>
#include <clientversion.h>
#include <core_io.h>
#include <net_permissions.h>
#include <net_processing.h>
#include <net_types.h>
#include <netbase.h>
#include <node/context.h>
#include <node/protocol_version.h>
#include <policy/settings.h>
#include <protocol.h>
#include <rpc/blockchain.h>
#include <rpc/server_util.h>
#include <rpc/util.h>
#include <sync.h>
#include <timedata.h>
#include <util/chaintype.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <util/time.h>
#include <util/translation.h>
#include <validation.h>
#include <warnings.h>
#include <optional>
#include <univalue.h>
Include dependency graph for net.cpp:

Go to the source code of this file.

Functions

static RPCHelpMan getconnectioncount ()
 
static RPCHelpMan ping ()
 
static UniValue GetServicesNames (ServiceFlags services)
 Returns, given services flags, a list of humanly readable (known) network services. More...
 
static RPCHelpMan getpeerinfo ()
 
static RPCHelpMan addnode ()
 
static RPCHelpMan addconnection ()
 
static RPCHelpMan disconnectnode ()
 
static RPCHelpMan getaddednodeinfo ()
 
static RPCHelpMan getnettotals ()
 
static UniValue GetNetworksInfo ()
 
static RPCHelpMan getnetworkinfo ()
 
static RPCHelpMan setban ()
 
static RPCHelpMan listbanned ()
 
static RPCHelpMan clearbanned ()
 
static RPCHelpMan setnetworkactive ()
 
static RPCHelpMan getnodeaddresses ()
 
static RPCHelpMan addpeeraddress ()
 
static RPCHelpMan sendmsgtopeer ()
 
static RPCHelpMan getaddrmaninfo ()
 
UniValue AddrmanEntryToJSON (const AddrInfo &info)
 
UniValue AddrmanTableToJSON (const std::vector< std::pair< AddrInfo, AddressPosition >> &tableInfos)
 
static RPCHelpMan getrawaddrman ()
 
void RegisterNetRPCCommands (CRPCTable &t)
 

Variables

const std::vector< std::string > CONNECTION_TYPE_DOC
 
const std::vector< std::string > TRANSPORT_TYPE_DOC
 

Function Documentation

◆ addconnection()

static RPCHelpMan addconnection ( )
static

Definition at line 367 of file net.cpp.

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

◆ addnode()

static RPCHelpMan addnode ( )
static

Definition at line 304 of file net.cpp.

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

◆ addpeeraddress()

static RPCHelpMan addpeeraddress ( )
static

Definition at line 951 of file net.cpp.

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

◆ AddrmanEntryToJSON()

UniValue AddrmanEntryToJSON ( const AddrInfo info)

Definition at line 1096 of file net.cpp.

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

◆ AddrmanTableToJSON()

UniValue AddrmanTableToJSON ( const std::vector< std::pair< AddrInfo, AddressPosition >> &  tableInfos)

Definition at line 1109 of file net.cpp.

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

◆ clearbanned()

static RPCHelpMan clearbanned ( )
static

Definition at line 848 of file net.cpp.

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

◆ disconnectnode()

static RPCHelpMan disconnectnode ( )
static

Definition at line 429 of file net.cpp.

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

◆ getaddednodeinfo()

static RPCHelpMan getaddednodeinfo ( )
static

Definition at line 475 of file net.cpp.

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

◆ getaddrmaninfo()

static RPCHelpMan getaddrmaninfo ( )
static

Definition at line 1057 of file net.cpp.

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

◆ getconnectioncount()

static RPCHelpMan getconnectioncount ( )
static

Definition at line 56 of file net.cpp.

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

◆ getnettotals()

static RPCHelpMan getnettotals ( )
static

Definition at line 548 of file net.cpp.

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

◆ getnetworkinfo()

static RPCHelpMan getnetworkinfo ( )
static

Definition at line 617 of file net.cpp.

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

◆ GetNetworksInfo()

static UniValue GetNetworksInfo ( )
static

Definition at line 598 of file net.cpp.

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

◆ getnodeaddresses()

static RPCHelpMan getnodeaddresses ( )
static

Definition at line 890 of file net.cpp.

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

◆ getpeerinfo()

static RPCHelpMan getpeerinfo ( )
static

Definition at line 114 of file net.cpp.

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

◆ getrawaddrman()

static RPCHelpMan getrawaddrman ( )
static

Definition at line 1125 of file net.cpp.

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

◆ GetServicesNames()

static UniValue GetServicesNames ( ServiceFlags  services)
static

Returns, given services flags, a list of humanly readable (known) network services.

Definition at line 103 of file net.cpp.

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

◆ listbanned()

static RPCHelpMan listbanned ( )
static

Definition at line 801 of file net.cpp.

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

◆ ping()

static RPCHelpMan ping ( )
static

Definition at line 78 of file net.cpp.

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

◆ RegisterNetRPCCommands()

void RegisterNetRPCCommands ( CRPCTable t)

Definition at line 1161 of file net.cpp.

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

◆ sendmsgtopeer()

static RPCHelpMan sendmsgtopeer ( )
static

Definition at line 1009 of file net.cpp.

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

◆ setban()

static RPCHelpMan setban ( )
static

Definition at line 716 of file net.cpp.

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

◆ setnetworkactive()

static RPCHelpMan setnetworkactive ( )
static

Definition at line 869 of file net.cpp.

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

Variable Documentation

◆ CONNECTION_TYPE_DOC

const std::vector<std::string> CONNECTION_TYPE_DOC
Initial value:
{
"outbound-full-relay (default automatic connections)",
"block-relay-only (does not relay transactions or addresses)",
"inbound (initiated by the peer)",
"manual (added via addnode RPC or -addnode/-connect configuration options)",
"addr-fetch (short-lived automatic connection for soliciting addresses)",
"feeler (short-lived automatic connection for testing addresses)"
}

Definition at line 41 of file net.cpp.

◆ TRANSPORT_TYPE_DOC

const std::vector<std::string> TRANSPORT_TYPE_DOC
Initial value:
{
"detecting (peer could be v1 or v2)",
"v1 (plaintext transport protocol)",
"v2 (BIP324 encrypted transport protocol)"
}

Definition at line 50 of file net.cpp.