![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <compat.h>
#include <serialize.h>
#include <span.h>
#include <stdint.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | CNetAddr |
IP address (IPv6, or IPv4 using mapped IPv6 range (::FFFF:0:0/96)) More... | |
class | CSubNet |
class | CService |
A combination of a network address (CNetAddr) and a (TCP) port. More... | |
Enumerations | |
enum | Network { NET_UNROUTABLE = 0, NET_IPV4, NET_IPV6, NET_ONION, NET_INTERNAL, NET_MAX } |
enum Network |
Enumerator | |
---|---|
NET_UNROUTABLE | |
NET_IPV4 | |
NET_IPV6 | |
NET_ONION | |
NET_INTERNAL | |
NET_MAX |
Definition at line 20 of file netaddress.h.