Home
last modified time | relevance | path

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.c100 if (net_hashes[i] == NULL) in timer()
103 for (rh = net_hashes[i]; in timer()
104 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) { in timer()
165 if (net_hashes[i] == NULL) in term()
168 for (rh = net_hashes[i]; rh < &net_hashes[i][ROUTEHASHSIZ]; in term()
H A Dtables.c41 struct rthash *net_hashes[IPV6_ABITS + 1]; variable
182 if (net_hashes[prefix_length] == NULL) in rtlookup()
244 if (net_hashes[prefix_length] == NULL) { in rtadd()
253 net_hashes[prefix_length] = rh; in rtadd()
477 if (net_hashes[i] == NULL) in rtpurgeif()
480 for (rh = net_hashes[i]; in rtpurgeif()
481 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) { in rtpurgeif()
508 if (net_hashes[i] == NULL) in rtchangeall()
511 for (rh = net_hashes[i]; in rtchangeall()
598 if (net_hashes[i] == NULL) in rtdump2()
[all …]
H A Doutput.c152 if (net_hashes[i] == NULL) in supply()
155 for (rh = net_hashes[i]; rh < &net_hashes[i][ROUTEHASHSIZ]; in supply()
H A Dtable.h78 extern struct rthash *net_hashes[IPV6_ABITS + 1];