| statnsaclResult Structure Definition |
The statnsaclResult structure defines the return type for statnsacl 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. |
nsaclList |
Pointer to the nsacl List. |
| nsaclstats Structure Definition |
The nsaclstats structure defines the actual return type values for statnsacl API. |
Syntax |
Members |
aclname |
Name of the extended ACL rule whose statistics you want the Citrix ADC to display. |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
acltotpktsbridged |
Packets matching a bridge ACL, which is in transparent mode and bypasses service processing. |
aclpktsbridgedrate |
Packets matching a bridge ACL, which is in transparent mode and bypasses service processing. |
acltotpktsdenied |
Packets dropped because they match ACLs with processing mode set to DENY. |
aclpktsdeniedrate |
Packets dropped because they match ACLs with processing mode set to DENY. |
acltotpktsallowed |
Packets matching ACLs with processing mode set to ALLOW. Citrix ADC processes these packets. |
aclpktsallowedrate |
Packets matching ACLs with processing mode set to ALLOW. Citrix ADC processes these packets. |
acltotpktsnat |
Packets matching a NAT ACL, resulting in a NAT session. |
aclpktsnatrate |
Packets matching a NAT ACL, resulting in a NAT session. |
acltothits |
Packets matching an ACL. |
aclhitsrate |
Packets matching an ACL. |
acltotmisses |
Packets not matching any ACL. |
aclmissesrate |
Packets not matching any ACL. |
acltotcount |
Total number of ACL rules configured. |
effectiveacltotcount |
Total number of Effective ACL rules configured. |
dfdacltothits |
Packets matching an dfd ACL. |
dfdaclhitsrate |
Packets matching an dfd ACL. |
dfdacltotmisses |
Packets not matching any DFD ACL. |
dfdaclmissesrate |
Packets not matching any DFD ACL. |
dfdacltotcount |
Total number of DFD ACL rules configured. |
aclperhits |
Number of times the acl was hit |
aclperhitsrate |
Rate of times the acl was hit |
See Also |