HomeSort by: relevance | last modified time | path
    Searched refs:maptable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ipf/dist/tools/
ipnat.c 259 { "maptable" },
637 hostmap_t hm, *hmp, **maptable; local
642 maptable = (hostmap_t **)malloc(sizeof(hostmap_t *) *
644 if (kmemcpy((char *)maptable, (u_long)nsp->ns_maptable,
646 perror("kmemcpy (maptable)");
651 hmp = maptable[hv];
663 free(maptable);
  /src/external/bsd/ipf/dist/
HISTORY 382 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 38 milliseconds