KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
net_ipv6_stats Struct Reference

IPv6 statistics structure. More...

#include <kos/net.h>

Data Fields

uint32 pkt_sent
 Packets sent out successfully.
uint32 pkt_send_failed
 Packets that failed to send.
uint32 pkt_recv
 Packets received successfully.
uint32 pkt_recv_bad_size
 Packets of a bad size.
uint32 pkt_recv_bad_proto
 Packets with an unknown proto.
uint32 pkt_recv_bad_ext
 Packets with an unknown hdr.

Detailed Description

IPv6 statistics structure.

This structure holds some basic statistics about the IPv6 layer of the stack, and can be retrieved with the appropriate function.


Field Documentation

uint32 net_ipv6_stats::pkt_recv

Packets received successfully.

uint32 net_ipv6_stats::pkt_recv_bad_ext

Packets with an unknown hdr.

uint32 net_ipv6_stats::pkt_recv_bad_proto

Packets with an unknown proto.

uint32 net_ipv6_stats::pkt_recv_bad_size

Packets of a bad size.

uint32 net_ipv6_stats::pkt_send_failed

Packets that failed to send.

uint32 net_ipv6_stats::pkt_sent

Packets sent out successfully.


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