Bitcoin Core 30.99.0
P2P Digital Currency
Functions | Variables
asmap.cpp File Reference
#include <netaddress.h>
#include <netgroup.h>
#include <test/fuzz/fuzz.h>
#include <util/asmap.h>
#include <util/strencodings.h>
#include <cstdint>
#include <vector>
Include dependency graph for asmap.cpp:

Go to the source code of this file.

Functions

 FUZZ_TARGET (asmap)
 

Variables

static const std::vector< std::byte > IPV6_PREFIX_ASMAP = {}
 asmap code that consumes nothing More...
 
static const auto IPV4_PREFIX_ASMAP = "fb03ec0fb03fc0fe00fb03ec0fb03fc0fe00fb03ec0fb0fffffeff"_hex_v
 asmap code that consumes the 96 prefix bits of ::ffff:0/96 (IPv4-in-IPv6 map) More...
 

Function Documentation

◆ FUZZ_TARGET()

FUZZ_TARGET ( asmap  )

Definition at line 22 of file asmap.cpp.

Here is the call graph for this function:

Variable Documentation

◆ IPV4_PREFIX_ASMAP

const auto IPV4_PREFIX_ASMAP = "fb03ec0fb03fc0fe00fb03ec0fb03fc0fe00fb03ec0fb0fffffeff"_hex_v
static

asmap code that consumes the 96 prefix bits of ::ffff:0/96 (IPv4-in-IPv6 map)

Definition at line 20 of file asmap.cpp.

◆ IPV6_PREFIX_ASMAP

const std::vector<std::byte> IPV6_PREFIX_ASMAP = {}
static

asmap code that consumes nothing

Definition at line 17 of file asmap.cpp.