| statnssimpleacl6Result Structure Definition |
The statnssimpleacl6Result structure defines the return type for statnssimpleacl6 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. |
nssimpleacl6List |
Pointer to the nssimpleacl6 List. |
| nssimpleacl6stats Structure Definition |
The nssimpleacl6stats structure defines the actual return type values for statnssimpleacl6 API. |
Syntax |
Members |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
sacl6tothits |
Packets matching a SimpleACL6. |
sacl6hitsrate |
Packets matching a SimpleACL6. |
sacl6totmisses |
Packets not matching any SimpleACL6. |
sacl6missesrate |
Packets not matching any SimpleACL6. |
sacl6scount |
Number of SimpleACL6s configured. |
sacl6totpktsallowed |
Total packets that matched a SimpleACL6 with action ALLOW and got consumed by Citrix ADC. |
sacl6pktsallowedrate |
Rate packets that matched a SimpleACL6 with action ALLOW and got consumed by Citrix ADC. |
sacl6totpktsbridged |
Total packets that matched a SimpleACL6 with action BRIDGE and got bridged by Citrix ADC. |
sacl6pktsbridgedrate |
Rate packets that matched a SimpleACL6 with action BRIDGE and got bridged by Citrix ADC. |
sacl6totpktsdenied |
Packets dropped because they match SimpleACL6 with processing mode set to DENY. |
sacl6pktsdeniedrate |
Packets dropped because they match SimpleACL6 with processing mode set to DENY. |
See Also |