KallistiOS
##version##
|
IPv6 statistics structure. More...
#include <kos/net.h>
Data Fields | |
uint32 | pkt_sent |
Packets sent out successfully. More... | |
uint32 | pkt_send_failed |
Packets that failed to send. More... | |
uint32 | pkt_recv |
Packets received successfully. More... | |
uint32 | pkt_recv_bad_size |
Packets of a bad size. More... | |
uint32 | pkt_recv_bad_proto |
Packets with an unknown proto. More... | |
uint32 | pkt_recv_bad_ext |
Packets with an unknown hdr. More... | |
IPv6 statistics structure.
This structure holds some basic statistics about the IPv6 layer of the stack, and can be retrieved with the appropriate function.
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.