uvw 3.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
uvw::interface_address Struct Reference

Interface address. More...

#include <util.h>

Collaboration diagram for uvw::interface_address:
Collaboration graph
[legend]

Public Attributes

std::string name
 
char physical [6]
 
bool internal
 
socket_address address
 
socket_address netmask
 

Detailed Description

Interface address.

Definition at line 240 of file util.h.

Member Data Documentation

◆ address

socket_address uvw::interface_address::address

The address of the given interface.

Definition at line 244 of file util.h.

◆ internal

bool uvw::interface_address::internal

True if it is an internal interface (as an example loopback), false otherwise.

Definition at line 243 of file util.h.

◆ name

std::string uvw::interface_address::name

The name of the interface (as an example eth0).

Definition at line 241 of file util.h.

◆ netmask

socket_address uvw::interface_address::netmask

The netmask of the given interface.

Definition at line 245 of file util.h.

◆ physical

char uvw::interface_address::physical[6]

The physical address.

Definition at line 242 of file util.h.


The documentation for this struct was generated from the following file: