Loading...
Searching...
No Matches
uhcp_push_t Struct Reference

struct for push packets More...

Detailed Description

struct for push packets

Definition at line 83 of file uhcp.h.

#include <uhcp.h>

Data Fields

uhcp_hdr_t hdr
 member holding parent type
 
uint8_t prefix_len
 contains the prefix length of assigned prefix
 
uint8_t prefix []
 contains the assigned prefix
 
- Data Fields inherited from uhcp_hdr_t
uint32_t uhcp_magic
 always contains UHCP in hex
 
uint8_t ver_type
 four bits version number, four bits packet type (see uchp_type_t)
 

Field Documentation

◆ hdr

uhcp_hdr_t uhcp_push_t::hdr

member holding parent type

Definition at line 84 of file uhcp.h.

◆ prefix

uint8_t uhcp_push_t::prefix[]

contains the assigned prefix

Definition at line 87 of file uhcp.h.

◆ prefix_len

uint8_t uhcp_push_t::prefix_len

contains the prefix length of assigned prefix

Definition at line 85 of file uhcp.h.


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