| getipsecalgsessionResult Structure Definition |
The getipsecalgsessionResult structure defines the return type for getipsecalgsession 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. |
ipsecalgsessionList |
List of ipsecalgsessions |
| ipsecalgsession Structure Definition |
The ipsecalgsession structure defines the actual return type values for getipsecalgsession API. |
Syntax |
Members |
sourceip |
Original Source IP address |
natip |
Natted Source IP address |
destip |
Destination IP address |
sourceip2 |
Original Source IP address |
natip2 |
Natted Source IP address |
destip2 |
Destination IP address |
spiin |
Client SPI for ESP |
spiout |
Server SPI for ESP |
_nextgenapiresource |
See Also |