Searched refs:nht (Results 1 – 1 of 1) sorted by relevance
548 static struct namerec *nht[NHASH]; variable567 for (n = nht[hash]; n; n = n->next) { in resolve_address()579 n->next = nht[hash]; in resolve_address()580 nht[hash] = n; in resolve_address()