Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtable.h64 #define ROUTEHASHSIZ 32 /* must be a power of 2 */ macro
65 #define ROUTEHASHMASK (ROUTEHASHSIZ - 1)
H A Dtimer.c106 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) { in timer()
170 for (rh = net_hashes[i]; rh < &net_hashes[i][ROUTEHASHSIZ]; in term()
H A Dtables.c250 calloc(ROUTEHASHSIZ, sizeof (struct rt_entry)); in rtadd()
253 for (trh = rh; trh < &rh[ROUTEHASHSIZ]; trh++) in rtadd()
483 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) { in rtpurgeif()
514 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) { in rtchangeall()
604 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) { in rtdump2()
H A Doutput.c155 for (rh = net_hashes[i]; rh < &net_hashes[i][ROUTEHASHSIZ]; in supply()