libsbp  v2.4.7
msg_network_state_resp_t Struct Reference

#include <piksi.h>

Data Fields

u8 ipv4_address [4]
 IPv4 address (all zero when unavailable) More...
 
u8 ipv4_mask_size
 IPv4 netmask CIDR notation. More...
 
u8 ipv6_address [16]
 IPv6 address (all zero when unavailable) More...
 
u8 ipv6_mask_size
 IPv6 netmask CIDR notation. More...
 
u32 rx_bytes
 Number of Rx bytes. More...
 
u32 tx_bytes
 Number of Tx bytes. More...
 
char interface_name [16]
 Interface Name. More...
 
u32 flags
 Interface flags from SIOCGIFFLAGS. More...
 

Detailed Description

Definition at line 319 of file piksi.h.

Field Documentation

u32 flags

Interface flags from SIOCGIFFLAGS.

Definition at line 327 of file piksi.h.

char interface_name[16]

Interface Name.

Definition at line 326 of file piksi.h.

u8 ipv4_address[4]

IPv4 address (all zero when unavailable)

Definition at line 320 of file piksi.h.

u8 ipv4_mask_size

IPv4 netmask CIDR notation.

Definition at line 321 of file piksi.h.

u8 ipv6_address[16]

IPv6 address (all zero when unavailable)

Definition at line 322 of file piksi.h.

u8 ipv6_mask_size

IPv6 netmask CIDR notation.

Definition at line 323 of file piksi.h.

u32 rx_bytes

Number of Rx bytes.

Definition at line 324 of file piksi.h.

u32 tx_bytes

Number of Tx bytes.

Definition at line 325 of file piksi.h.


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