|
Electroneum
|
#include <net_utils_base.h>
Public Member Functions | |
| constexpr | ipv4_network_address () noexcept |
| constexpr | ipv4_network_address (uint32_t ip, uint16_t port) noexcept |
| bool | equal (const ipv4_network_address &other) const noexcept |
| bool | less (const ipv4_network_address &other) const noexcept |
| constexpr bool | is_same_host (const ipv4_network_address &other) const noexcept |
| constexpr uint32_t | ip () const noexcept |
| constexpr uint16_t | port () const noexcept |
| std::string | str () const |
| std::string | host_str () const |
| bool | is_loopback () const |
| bool | is_local () const |
Static Public Member Functions | |
| static constexpr address_type | get_type_id () noexcept |
| static constexpr zone | get_zone () noexcept |
| static constexpr bool | is_blockable () noexcept |
Definition at line 63 of file net_utils_base.h.
|
inlineconstexprnoexcept |
Definition at line 69 of file net_utils_base.h.


|
inlineconstexprnoexcept |
Definition at line 73 of file net_utils_base.h.

|
noexcept |
Definition at line 11 of file net_utils_base.cpp.

|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
Definition at line 88 of file net_utils_base.h.
| std::string epee::net_utils::ipv4_network_address::host_str | ( | ) | const |
Definition at line 20 of file net_utils_base.cpp.


|
inlineconstexprnoexcept |
Definition at line 81 of file net_utils_base.h.

|
inlinestaticconstexprnoexcept |
Definition at line 89 of file net_utils_base.h.
| bool epee::net_utils::ipv4_network_address::is_local | ( | ) | const |
Definition at line 22 of file net_utils_base.cpp.


| bool epee::net_utils::ipv4_network_address::is_loopback | ( | ) | const |
Definition at line 21 of file net_utils_base.cpp.


|
inlineconstexprnoexcept |
Definition at line 78 of file net_utils_base.h.


|
noexcept |
|
inlineconstexprnoexcept |
Definition at line 82 of file net_utils_base.h.

| std::string epee::net_utils::ipv4_network_address::str | ( | ) | const |
Definition at line 17 of file net_utils_base.cpp.

