statprotocoludpResult Structure Definition

The statprotocoludpResult structure defines the return type for statprotocoludp API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

protocoludpList

Pointer to the protocoludp List.


protocoludpstats Structure Definition

The protocoludpstats structure defines the actual return type values for statprotocoludp API.

Syntax



Members

clearstats

Clear the statsistics / counters

_nextgenapiresource


udptotrxpkts

Total number of UDP packets received.

udprxpktsrate

Rate of UDP packets received.

udptotrxbytes

Total number of UDP data received in bytes.

udprxbytesrate

Rate of UDP data received in bytes.

udptottxpkts

Total number of UDP packets transmitted.

udptxpktsrate

Rate of UDP packets transmitted.

udptottxbytes

Total number of UDP data transmitted in bytes.

udptxbytesrate

Rate of UDP data transmitted in bytes.

udpcurratethreshold

Limit for UDP packets handled every 10 milliseconds. Default value, 0, applies no limit. This is a configurable value using the set rateControl command.

udptotunknownsvcpkts

Stray UDP packets dropped due to no configured listening service.

udpbadchecksum

Packets received with a UDP checksum error.

udpcurratethresholdexceeds

Number of times the UDP rate threshold is exceeded. If this counter continuously increases, first make sure the UDP packets received are genuine. If they are, increase the current rate threshold. This is a configurable value using the set rateControl command.

See Also