stattunnelipResult Structure Definition

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

tunnelipList

Pointer to the tunnelip List.


tunnelipstats Structure Definition

The tunnelipstats structure defines the actual return type values for stattunnelip API.

Syntax



Members

tunnelip

remote IP address of the configured tunnel.

clearstats

Clear the statsistics / counters

_nextgenapiresource


tnltotrxpkts

Total number of packets received on the tunnel.

tnlrxpktsrate

Rate of packets received on the tunnel.

tnltottxpkts

Total number of packets transmitted on the tunnel.

tnltxpktsrate

Rate of packets transmitted on the tunnel.

tnltotrxbytes

Total number of bytes received on the tunnel.

tnlrxbytesrate

Rate of bytes received on the tunnel.

tnltottxbytes

Total number of bytes transmitted on the tunnel.

tnltxbytesrate

Rate of bytes transmitted on the tunnel.

See Also