KallistiOS
##version##
|
IPv4 statistics structure. More...
#include <kos/net.h>
Data Fields | |
uint32 | pkt_sent |
uint32 | pkt_send_failed |
Packets sent out successfully. More... | |
uint32 | pkt_recv |
Packets that failed to send. More... | |
uint32 | pkt_recv_bad_size |
Packets received successfully. More... | |
uint32 | pkt_recv_bad_chksum |
Packets of a bad size. More... | |
uint32 | pkt_recv_bad_proto |
Packets with a bad checksum. More... | |
IPv4 statistics structure.
This structure holds some basic statistics about the IPv4 layer of the stack, and can be retrieved with the appropriate function.
uint32 net_ipv4_stats::pkt_recv |
Packets that failed to send.
uint32 net_ipv4_stats::pkt_recv_bad_chksum |
Packets of a bad size.
uint32 net_ipv4_stats::pkt_recv_bad_proto |
Packets with a bad checksum.
uint32 net_ipv4_stats::pkt_recv_bad_size |
Packets received successfully.
uint32 net_ipv4_stats::pkt_send_failed |
Packets sent out successfully.
uint32 net_ipv4_stats::pkt_sent |