Bitcoin Core 28.99.0
P2P Digital Currency
Enumerations | Functions | Variables
mapport.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  MapPortProtoFlag : unsigned int { NONE = 0x00 , PCP = 0x02 }
 

Functions

void StartMapPort (bool use_pcp)
 
void InterruptMapPort ()
 
void StopMapPort ()
 

Variables

static constexpr bool DEFAULT_NATPMP = false
 

Enumeration Type Documentation

◆ MapPortProtoFlag

enum MapPortProtoFlag : unsigned int
Enumerator
NONE 
PCP 

Definition at line 10 of file mapport.h.

Function Documentation

◆ InterruptMapPort()

void InterruptMapPort ( )

Definition at line 191 of file mapport.cpp.

Here is the caller graph for this function:

◆ StartMapPort()

void StartMapPort ( bool  use_pcp)

Definition at line 185 of file mapport.cpp.

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

◆ StopMapPort()

void StopMapPort ( )

Definition at line 199 of file mapport.cpp.

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

Variable Documentation

◆ DEFAULT_NATPMP

constexpr bool DEFAULT_NATPMP = false
staticconstexpr

Definition at line 8 of file mapport.h.