#include <netaddress.h>
#include <netgroup.h>
#include <test/fuzz/fuzz.h>
#include <util/asmap.h>
#include <util/strencodings.h>
#include <cstdint>
#include <vector>
Go to the source code of this file.
|
| 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...
|
| |
◆ FUZZ_TARGET()
◆ 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.