NAT44 user's sessions response.
- Template Parameters
-
context | - sender context, to match reply w/ request |
outside_ip_address | - outside IPv4 address |
outside_port | - outside port |
inside_ip_address | - inside IPv4 address |
inside_port | - inside port |
protocol | - protocol |
flags | - flag NAT_IS_STATIC if session is static, flag NAT_IS_TWICE_NAT if session is twice-nat, flag NAT_IS_EXT_HOST_VALID if external host address and port are valid |
last_heard | - last heard timer |
total_bytes | - count of bytes sent through session |
total_pkts | - count of pakets sent through session |
ext_host_address | - external host IPv4 address |
ext_host_port | - external host port |
ext_host_nat_address | - post-NAT external host IPv4 address (valid only if twice-nat session) |
ext_host_nat_port | - post-NAT external host port (valid only if twice-nat session) |
Definition at line 794 of file nat.api.