ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
pc_ip Struct Reference

A v4 or v6 address in network (big-endian) byte order. More...

#include <ip.h>

Public Attributes

pc_ip_family family
 address family tag
 
uint8_t bytes [16]
 network order; v4 uses the first 4
 

Detailed Description

A v4 or v6 address in network (big-endian) byte order.

Definition at line 51 of file ip.h.

Member Data Documentation

◆ family

◆ bytes

uint8_t pc_ip::bytes[16]

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