DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
natmap Struct Reference

RFC6296 Nat map. More...

Data Fields

uint16_t mask
 The greater of internal or external subnet mask. More...
 
uint16_t adjo
 Outbound adjustment. More...
 
uint16_t adji
 Inbound adjustment. More...
 
uint8_t ipre [16]
 Internal prefix. More...
 
uint8_t epre [16]
 External prefix. More...
 

Detailed Description

RFC6296 Nat map.

Definition at line 33 of file rfc6296.c.

Field Documentation

uint16_t natmap::adji

Inbound adjustment.

Definition at line 39 of file rfc6296.c.

Referenced by rfc6296_map(), and rfc6296_map_add().

uint16_t natmap::adjo

Outbound adjustment.

Definition at line 37 of file rfc6296.c.

Referenced by rfc6296_map(), and rfc6296_map_add().

uint8_t natmap::epre[16]

External prefix.

Definition at line 43 of file rfc6296.c.

Referenced by rfc6296_map(), and rfc6296_map_add().

uint8_t natmap::ipre[16]

Internal prefix.

Definition at line 41 of file rfc6296.c.

Referenced by rfc6296_map(), and rfc6296_map_add().

uint16_t natmap::mask

The greater of internal or external subnet mask.

Definition at line 35 of file rfc6296.c.

Referenced by rfc6296_map(), and rfc6296_map_add().


The documentation for this struct was generated from the following file: