| getinatparamResult Structure Definition |
The getinatparamResult structure defines the return type for getinatparam 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. |
inatparamList |
List of inatparams |
| inatparam Structure Definition |
The inatparam structure defines the actual return type values for getinatparam API. |
Syntax |
Members |
nat46v6prefix |
The prefix used for translating packets received from private IPv6 servers into IPv4 packets. This prefix has a length of 96 bits (128-32 = 96). The IPv6 servers embed the destination IP address of the IPv4 servers or hosts in the last 32 bits of the destination IP address field of the IPv6 packets. The first 96 bits of the destination IP address field are set as the IPv6 NAT prefix. IPv6 packets addressed to this prefix have to be routed to the Citrix ADC to ensure that the IPv6-IPv4 translation is done by the appliance. |
nat46ignoretos |
Ignore TOS. |
nat46zerochecksum |
Calculate checksum for UDP packets with zero checksum |
nat46v6mtu |
MTU setting for the IPv6 side. If the incoming IPv4 packet greater than this, either fragment or send icmp need fragmentation error. |
nat46fragheader |
When disabled, translator will not insert IPv6 fragmentation header for non fragmented IPv4 packets |
_nextgenapiresource |
See Also |