Home
last modified time | relevance | path

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

/external/iproute2/lib/
Dutils.c548 static struct namerec *nht[NHASH]; variable
567 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()