mbgtools-lx  4.2.8

An IPv6 address plus number of netmask bits. More...

#include <gpsdefs.h>

Data Fields

IP6_ADDR addr
 bit mask of the bytes holding the address bits, b[0] == LSBs More...
 
uint8_t prefix
 Number of subnet mask bits for CIDR notation, e.g. 24 for /24. More...
 
uint8_t reserved [3]
 Reserved, alignment, currently 0. More...
 

Detailed Description

An IPv6 address plus number of netmask bits.

Definition at line 11074 of file gpsdefs.h.

Field Documentation

◆ addr

IP6_ADDR IP6_ADDR_CIDR::addr

bit mask of the bytes holding the address bits, b[0] == LSBs

Definition at line 11076 of file gpsdefs.h.

◆ prefix

uint8_t IP6_ADDR_CIDR::prefix

Number of subnet mask bits for CIDR notation, e.g. 24 for /24.

Definition at line 11077 of file gpsdefs.h.

◆ reserved

uint8_t IP6_ADDR_CIDR::reserved[3]

Reserved, alignment, currently 0.

Definition at line 11078 of file gpsdefs.h.


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