Searched refs:nat_array (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dnetconf.h263 * @param nat_array array of NAT entries
264 * @param space Pointer to size of nat_array in bytes
267 extern int netconf_get_nat(netconf_nat_t *nat_array, int *space);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/netconf/
H A Dnetconf_linux.c1393 * @param nat_array array of NAT entries
1394 * @param space Pointer to size of nat_array in bytes
1398 netconf_get_nat(netconf_nat_t *nat_array, int *space) argument
1411 memcpy(&nat_array[found - 1], (netconf_nat_t *) fw, sizeof(netconf_nat_t));

Completed in 402 milliseconds