ESPHome 2026.8.0-dev
Loading...
Searching...
No Matches
ip_addr_t Struct Reference

#include <ip_address.h>

Data Fields

union { 
 
   struct in6_addr   ip6 
 
   struct in_addr   ip4 
 
u_addr 
 
uint8_t type
 

Detailed Description

Definition at line 25 of file ip_address.h.

Field Documentation

◆ ip4

struct in_addr ip_addr_t::ip4

Definition at line 28 of file ip_address.h.

◆ ip6

struct in6_addr ip_addr_t::ip6

Definition at line 27 of file ip_address.h.

◆ type

uint8_t ip_addr_t::type

Definition at line 30 of file ip_address.h.

◆ [union]

union { ... } ip_addr_t::u_addr

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