Ipv4AddrEntry Struct Reference

IPv4 address entry. More...

#include <ipv4.h>

Data Fields

Ipv4Addr addr
 IPv4 address. More...
 
Ipv4AddrState state
 IPv4 address state. More...
 
bool_t conflict
 Address conflict detected. More...
 
Ipv4Addr subnetMask
 Subnet mask. More...
 
Ipv4Addr defaultGateway
 Default gateway. More...
 

Detailed Description

IPv4 address entry.

Definition at line 342 of file ipv4.h.

Field Documentation

◆ addr

Ipv4Addr addr

IPv4 address.

Definition at line 344 of file ipv4.h.

◆ conflict

bool_t conflict

Address conflict detected.

Definition at line 346 of file ipv4.h.

◆ defaultGateway

Ipv4Addr defaultGateway

Default gateway.

Definition at line 348 of file ipv4.h.

◆ state

IPv4 address state.

Definition at line 345 of file ipv4.h.

◆ subnetMask

Ipv4Addr subnetMask

Subnet mask.

Definition at line 347 of file ipv4.h.


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