#include <uip.h>
Data Fields | |
| struct { | |
| uip_stats_t drop | |
| uip_stats_t recv | |
| uip_stats_t sent | |
| uip_stats_t vhlerr | |
| uip_stats_t hblenerr | |
| uip_stats_t lblenerr | |
| uip_stats_t fragerr | |
| uip_stats_t chkerr | |
| uip_stats_t protoerr | |
| } | ip |
| IP statistics. | |
| struct { | |
| uip_stats_t drop | |
| uip_stats_t recv | |
| uip_stats_t sent | |
| uip_stats_t typeerr | |
| } | icmp |
| ICMP statistics. | |
| struct { | |
| uip_stats_t drop | |
| uip_stats_t recv | |
| uip_stats_t sent | |
| uip_stats_t chkerr | |
| uip_stats_t ackerr | |
| uip_stats_t rst | |
| uip_stats_t rexmit | |
| uip_stats_t syndrop | |
| uip_stats_t synrst | |
| } | tcp |
| TCP statistics. | |
|
|
Number of TCP segments with a bad ACK number.
|
|
|
Number of TCP segments with a bad checksum.
|
|
|
Number of dropped TCP segments.
|
|
|
Number of packets dropped since they were IP fragments.
|
|
|
Number of packets dropped due to wrong IP length, high byte.
|
|
|
Number of packets dropped due to wrong IP length, low byte.
|
|
|
Number of packets dropped since they were neither ICMP, UDP nor TCP.
|
|
|
Number of recived TCP segments.
|
|
|
Number of retransmitted TCP segments.
|
|
|
Number of recevied TCP RST (reset) segments.
|
|
|
Number of sent TCP segments.
|
|
|
Number of dropped SYNs due to too few connections was avaliable.
|
|
|
Number of SYNs for closed ports, triggering a RST.
|
|
|
Number of ICMP packets with a wrong type.
|
|
|
Number of packets dropped due to wrong IP version or header length.
|
1.3.3