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

/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipnat.c260 { "maptable" },
638 hostmap_t hm, *hmp, **maptable; local
643 maptable = (hostmap_t **)malloc(sizeof(hostmap_t *) *
645 if (kmemcpy((char *)maptable, (u_long)nsp->ns_maptable,
647 perror("kmemcpy (maptable)");
652 hmp = maptable[hv];
664 free(maptable);
/freebsd-10-stable/contrib/ipfilter/
H A DHISTORY382 linked list for maptable not setup correctly in nat_hostmap()
384 check for maptable rather than nat_table[1] to see if malloc for maptable

Completed in 102 milliseconds