_udpstat Struct Reference

The structure describes the UDP Statistics block. More...

#include <udpif.h>


Data Fields

UINT32 RcvTotal
 Total UDP datagrams received.
UINT32 RcvShort
 Number UDP packets received with length shorter than UDP header length.
UINT32 RcvBadLen
 Number of UDP packets received with length larger than the packet size.
UINT32 RcvBadSum
 Number of UDP packets received with checksum errs.
UINT32 RcvFull
 Number of UDP Packets dropped because of the receiver socket queue being full.
UINT32 RcvNoPort
 Number of UDP packets received that are destined to a port on the host on which there exists no listening socket/application.
UINT32 RcvNoPortB
 Number of UDP multicast/broadcast packets received that are destined to a port on the host stack on which there exists no listening socket/application.
UINT32 SndTotal
 Total UDP packets sent.
UINT32 SndNoPacket
 Packets dropped because of memory allocation problems.


Detailed Description

The structure describes the UDP Statistics block.

This structure is used to hold various stats and counters by the UDP module. A separate copy of this stats is maintained by the IPv4 and IPv6 stacks.


The documentation for this struct was generated from the following file:
Copyright 2009, Texas Instruments Incorporated