join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::Interface::Address Struct Reference

IP address entry associated with an interface. More...

#include <interface.hpp>

Collaboration diagram for join::Interface::Address:

Public Attributes

IpAddress ip
 
uint32_t prefix = 0
 
IpAddress broadcast
 

Detailed Description

IP address entry associated with an interface.

Member Data Documentation

◆ broadcast

IpAddress join::Interface::Address::broadcast

broadcast address.

◆ ip

IpAddress join::Interface::Address::ip

IP address.

◆ prefix

uint32_t join::Interface::Address::prefix = 0

prefix length.


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