MySQL 9.1.0
Source Code Documentation
|
an entry in the network interface result. More...
#include <netif.h>
Public Types | |
using | flags_type = InterfaceFlag |
Public Member Functions | |
NetworkInterfaceEntry (std::string id, std::string display_name, flags_type::value_type flags) | |
std::string | id () const |
std::string | display_name () const |
flags_type | flags () const |
NetworkInterfaceNetworks< net::ip::network_v4 > & | v4_networks () |
const NetworkInterfaceNetworks< net::ip::network_v4 > & | v4_networks () const |
NetworkInterfaceNetworks< net::ip::network_v6 > & | v6_networks () |
const NetworkInterfaceNetworks< net::ip::network_v6 > & | v6_networks () const |
Private Attributes | |
std::string | id_ |
std::string | display_name_ |
flags_type | flags_ |
NetworkInterfaceNetworks< net::ip::network_v4 > | net_v4_s_ |
NetworkInterfaceNetworks< net::ip::network_v6 > | net_v6_s_ |
an entry in the network interface result.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |