| statnstrafficdomainResult Structure Definition |
The statnstrafficdomainResult structure defines the return type for statnstrafficdomain 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. |
nstrafficdomainList |
Pointer to the nstrafficdomain List. |
| nstrafficdomainstats Structure Definition |
The nstrafficdomainstats structure defines the actual return type values for statnstrafficdomain API. |
Syntax |
Members |
td |
An integer specifying the Traffic Domain ID. Possible values: 1 through 4094. |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
nstdtotrxpkts |
Packets received on this TD. |
nstdrxpktsrate |
Packets received on this TD. |
nstdtottxpkts |
Packets transmitted from this TD. |
nstdtxpktsrate |
Packets transmitted from this TD. |
nstdtotdroppedpkts |
Inbound packets dropped on this TD by reception. |
nstddroppedpktsrate |
Inbound packets dropped on this TD by reception. |
See Also |