Searched refs:net_hashes (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtimer.c102 if (net_hashes[i] == NULL)
105 for (rh = net_hashes[i];
106 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) {
167 if (net_hashes[i] == NULL)
170 for (rh = net_hashes[i]; rh < &net_hashes[i][ROUTEHASHSIZ];
H A Dtable.h80 extern struct rthash *net_hashes[IPV6_ABITS + 1];
H A Dtables.c43 struct rthash *net_hashes[IPV6_ABITS + 1]; variable in typeref:struct:rthash
184 if (net_hashes[prefix_length] == NULL)
189 rh = &net_hashes[prefix_length][hash & ROUTEHASHMASK];
246 if (net_hashes[prefix_length] == NULL) {
255 net_hashes[prefix_length] = rh;
260 rh = &net_hashes[prefix_length][hash & ROUTEHASHMASK];
479 if (net_hashes[i] == NULL)
482 for (rh = net_hashes[i];
483 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) {
510 if (net_hashes[
[all...]
H A Doutput.c152 if (net_hashes[i] == NULL)
155 for (rh = net_hashes[i]; rh < &net_hashes[i][ROUTEHASHSIZ];

Completed in 58 milliseconds