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

/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipnat.c240 { "maptable" },
501 hostmap_t hm, *hmp, **maptable; local
506 maptable = (hostmap_t **)malloc(sizeof(hostmap_t *) *
508 if (kmemcpy((char *)maptable, (u_long)nsp->ns_maptable,
510 perror("kmemcpy (maptable)");
515 hmp = maptable[hv];
527 free(maptable);
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY859 linked list for maptable not setup correctly in nat_hostmap()
861 check for maptable rather than nat_table[1] to see if malloc for maptable

Completed in 45 milliseconds