| statbridgeResult Structure Definition |
The statbridgeResult structure defines the return type for statbridge 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. |
bridgeList |
Pointer to the bridge List. |
| bridgestats Structure Definition |
The bridgestats structure defines the actual return type values for statbridge API. |
Syntax |
Members |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
tcptotbdgmacmoved |
The number of times bridging registered MAC moved |
tcpbdgmacmovedrate |
The Rate of times bridging registered MAC moved |
tcptotbdgcollisions |
The number of bridging table collisions |
tcpbdgcollisionsrate |
The Rate of bridging table collisions |
tcperrbdgmuted |
The number of bridging related interface mutes |
tcperrbdgmutedrate |
The Rate of bridging related interface mutes |
totbdgpkts |
The total number of bridged packets |
bdgpktsrate |
The Rate of bridged packets |
totbdgmbits |
The total number of bridged Mbits |
bdgmbitsrate |
The Rate of bridged Mbits |
See Also |