Get address and port assignment algorithm reply.
- Template Parameters
-
| context | - sender context, to match reply w/ request |
| retval | - return code |
| alg | - address and port assignment algorithm: 0 - default, 1 - MAP-E, 2 - port range (see nat_addr_and_port_alloc_alg_t in nat.h) |
| psid_offset | - number of offset bits (valid only for MAP-E alg) |
| psid_length | - length of PSID (valid only for MAP-E alg) |
| psid | - Port Set Identifier (PSID) value (valid only for MAP-E alg) |
| start_port | - beginning of the port range |
| end_port | - end of the port range |
Definition at line 325 of file nat.api.