Searched defs:ph_index (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c1257 static int ph_index; variable
1286 ph_pp = peer_hashes + (from % hash_table_sizes[ph_index]);
1298 if (ph_num_peers >= hash_table_sizes[ph_index] * 5 &&
1299 hash_table_sizes[ph_index + 1] != 0 &&
1300 (ph_pp = calloc(hash_table_sizes[ph_index + 1],
1303 for (i = hash_table_sizes[ph_index] - 1; i >= 0; i--) {
1307 hash_table_sizes[ph_index + 1]);
1312 ph_index++;
1315 ph_pp += from % hash_table_sizes[ph_index];
1351 for (i = hash_table_sizes[ph_index]
[all...]

Completed in 46 milliseconds