statlsnResult Structure Definition

The statlsnResult structure defines the return type for statlsn 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.

lsnList

Pointer to the lsn List.


lsnstats Structure Definition

The lsnstats structure defines the actual return type values for statlsn API.

Syntax



Members

clearstats

Clear the statsistics / counters

_nextgenapiresource


lsntottcprxpkts

Number of LSN TCP Received packets.

lsntcprxpktsrate

Rate of LSN TCP Received packets.

lsntottcprxbytes

Number of LSN TCP Received bytes.

lsntcprxbytesrate

Rate of LSN TCP Received bytes.

lsntottcptxpkts

Number of LSN TCP Transmitted packets.

lsntcptxpktsrate

Rate of LSN TCP Transmitted packets.

lsntottcptxbytes

Number of LSN TCP Transmitted bytes.

lsntcptxbytesrate

Rate of LSN TCP Transmitted bytes.

lsntottcpdrppkts

Number of LSN TCP Dropped packets.

lsntcpdrppktsrate

Rate of LSN TCP Dropped packets.

lsncurtcpsessions

Number of LSN TCP Current Sessions.

lsncurtcpsessionsrate

Rate of LSN TCP Current Sessions.

lsntotudprxpkts

Number of LSN UDP Received packets.

lsnudprxpktsrate

Rate of LSN UDP Received packets.

lsntotudprxbytes

Number of LSN UDP Received bytes.

lsnudprxbytesrate

Rate of LSN UDP Received bytes.

lsntotudptxpkts

Number of LSN UDP Transmitted packets.

lsnudptxpktsrate

Rate of LSN UDP Transmitted packets.

lsntotudptxbytes

Number of LSN UDP Transmitted bytes.

lsnudptxbytesrate

Rate of LSN UDP Transmitted bytes.

lsntotudpdrppkts

Number of LSN UDP Dropped packets.

lsnudpdrppktsrate

Rate of LSN UDP Dropped packets.

lsncurudpsessions

Number of LSN UDP Current Sessions.

lsncurudpsessionsrate

Rate of LSN UDP Current Sessions.

lsntoticmprxpkts

Number of LSN ICMP Received packets.

lsnicmprxpktsrate

Rate of LSN ICMP Received packets.

lsntoticmprxbytes

Number of LSN ICMP Received bytes.

lsnicmprxbytesrate

Rate of LSN ICMP Received bytes.

lsntoticmptxpkts

Number of LSN ICMP Transmitted packets.

lsnicmptxpktsrate

Rate of LSN ICMP Transmitted packets.

lsntoticmptxbytes

Number of LSN ICMP Transmitted bytes.

lsnicmptxbytesrate

Rate of LSN ICMP Transmitted bytes.

lsntoticmpdrppkts

Number of LSN ICMP Dropped packets.

lsnicmpdrppktsrate

Rate of LSN ICMP Dropped packets.

lsncuricmpsessions

Number of LSN ICMP Current Sessions.

lsncuricmpsessionsrate

Rate of LSN ICMP Current Sessions.

lsncursessions

Current number of LSN sessions.

lsncursessionsrate

Current Rate of LSN sessions.

lsncursubscribers

Current number of LSN subscribers.

lsncursubscribersrate

Current Rate of LSN subscribers.

See Also