| stattunnelip6Result Structure Definition |
The stattunnelip6Result structure defines the return type for stattunnelip6 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. |
tunnelip6List |
Pointer to the tunnelip6 List. |
| tunnelip6stats Structure Definition |
The tunnelip6stats structure defines the actual return type values for stattunnelip6 API. |
Syntax |
Members |
tunnelip6 |
remote IPv6 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 |