Loading...
Searching...
No Matches
ipv4_addr_t Union Reference

Data type to represent an IPv4 address. More...

Detailed Description

Data type to represent an IPv4 address.

Definition at line 53 of file addr.h.

#include <addr.h>

Data Fields

uint8_t u8 [4]
 as 4 8-bit unsigned integer
 
network_uint32_t u32
 as 32-bit unsigned integer
 

Field Documentation

◆ u32

network_uint32_t ipv4_addr_t::u32

as 32-bit unsigned integer

Definition at line 55 of file addr.h.

◆ u8

uint8_t ipv4_addr_t::u8[4]

as 4 8-bit unsigned integer

Definition at line 54 of file addr.h.


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