| statinatResult Structure Definition |
The statinatResult structure defines the return type for statinat 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. |
inatList |
Pointer to the inat List. |
| inatstats Structure Definition |
The inatstats structure defines the actual return type values for statinat API. |
Syntax |
Members |
name |
The INAT. |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
nat46tottcp46 |
Total TCP packets translated (V4->v6). |
nat46tcp46rate |
Rate TCP packets translated (V4->v6). |
nat46totudp46 |
Total UDP packets translated (V4->v6). |
nat46udp46rate |
Rate UDP packets translated (V4->v6). |
nat46toticmp46 |
Total ICMP packets translated (V4->v6). |
nat46icmp46rate |
Rate ICMP packets translated (V4->v6). |
nat46totdrop46 |
Total IPV4 packets dropped. |
nat46drop46rate |
Rate IPV4 packets dropped. |
nat46tottcp64 |
Total TCP packets translated (V6->v4). |
nat46tcp64rate |
Rate TCP packets translated (V6->v4). |
nat46totudp64 |
Total UDP packets translated (V6->v4). |
nat46udp64rate |
Rate UDP packets translated (V6->v4). |
nat46toticmp64 |
Total ICMP packets translated (V6->v4). |
nat46icmp64rate |
Rate ICMP packets translated (V6->v4). |
nat46totdrop64 |
Total IPV6 packets dropped. |
nat46drop64rate |
Rate IPV6 packets dropped. |
inatnat46tcp46 |
TCP packets translated (V4->v6). |
inatnat46tcp46rate |
TCP packets translated (V4->v6). |
inatnat46udp46 |
UDP packets translated (V4->v6). |
inatnat46udp46rate |
UDP packets translated (V4->v6). |
inatnat46icmp46 |
ICMP packets translated (V4->v6). |
inatnat46icmp46rate |
ICMP packets translated (V4->v6). |
inatnat46drop46 |
IPV4 packets dropped. |
inatnat46drop46rate |
IPV4 packets dropped. |
inatnat46tcp64 |
TCP packets translated (V6->v4). |
inatnat46tcp64rate |
TCP packets translated (V6->v4). |
inatnat46udp64 |
UDP packets translated (V6->v4). |
inatnat46udp64rate |
UDP packets translated (V6->v4). |
inatnat46icmp64 |
ICMP packets translated (V6->v4). |
inatnat46icmp64rate |
ICMP packets translated (V6->v4). |
inatnat46drop64 |
IPV6 packets dropped. |
inatnat46drop64rate |
IPV6 packets dropped. |
See Also |