Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c60 void **htbl_ptrs; member
72 ((htbl)->htbl_ptrs[(htbl)->htbl_hash((arg), 0) % (htbl)->htbl_size])
211 hep = &htbl->htbl_ptrs[hval % htbl->htbl_size]; in hash_link()
247 ahash_tbl.htbl_ptrs = calloc(initial_size, sizeof (void *)); in iftbl_alloc()
248 bhash_tbl.htbl_ptrs = calloc(initial_size, sizeof (void *)); in iftbl_alloc()
249 ihash_tbl.htbl_ptrs = calloc(initial_size, sizeof (void *)); in iftbl_alloc()
250 nhash_tbl.htbl_ptrs = calloc(initial_size, sizeof (void *)); in iftbl_alloc()
289 saved_old_ptrs = old_ptrs = htbl->htbl_ptrs; in htbl_grow()
291 htbl->htbl_ptrs = new_ptrs; in htbl_grow()
424 for (phyi = ihash_tbl.htbl_ptrs[i]; phyi != NULL; in phys_byname()