picofuse

Data Fields
net_addr_t Struct Reference

An IPv4 or IPv6 address. More...

#include <types.h>

Data Fields

net_addr_family_t family
 Which member of addr is valid.
 
union {
   uint8_t   v4 [4]
 IPv4 address, network byte order.
 
   uint8_t   v6 [16]
 IPv6 address, network byte order.
 
addr
 Address bytes - see family.
 

Detailed Description

An IPv4 or IPv6 address.

Definition at line 48 of file types.h.


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