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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_nat.c50 #define NUM_ENTRIES 500 macro
124 max_num = min(req_si->sn_num, min(NUM_ENTRIES, max_num));
245 max_num = min(req_si->sn_num, min(NUM_ENTRIES, max_num));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_nat.c38 * For each iteration through the kernel table, ask for at most NUM_ENTRIES
41 #define NUM_ENTRIES 500 macro
164 if ((buf.buf = malloc((num_entries > 0 ? num_entries : NUM_ENTRIES) *
175 num = num_entries > 0 ? num_entries : NUM_ENTRIES;

Completed in 54 milliseconds