uvw 2.12.1
Loading...
Searching...
No Matches
uvw::InterfaceAddress Struct Reference

Interface address. More...

#include <util.h>

Collaboration diagram for uvw::InterfaceAddress:

Public Attributes

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

Detailed Description

Interface address.

Definition at line 358 of file util.h.

Member Data Documentation

◆ address

Addr uvw::InterfaceAddress::address

The address of the given interface.

Definition at line 362 of file util.h.

◆ internal

bool uvw::InterfaceAddress::internal

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

Definition at line 361 of file util.h.

◆ name

std::string uvw::InterfaceAddress::name

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

Definition at line 359 of file util.h.

◆ netmask

Addr uvw::InterfaceAddress::netmask

The netmask of the given interface.

Definition at line 363 of file util.h.

◆ physical

char uvw::InterfaceAddress::physical[6]

The physical address.

Definition at line 360 of file util.h.


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