Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipnat.c637 hostmap_t hm, *hmp, **maptable; local
642 maptable = (hostmap_t **)malloc(sizeof(hostmap_t *) *
644 if (kmemcpy((char *)maptable, (u_long)nsp->ns_maptable,
651 hmp = maptable[hv];
663 free(maptable);
/netbsd-src/external/bsd/ipf/dist/
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