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

/external/iproute2/lib/
H A Dutils.c553 static struct namerec *nht[NHASH]; variable in typeref:struct:namerec
572 for (n = nht[hash]; n; n = n->next) {
584 n->next = nht[hash];
585 nht[hash] = n;

Completed in 81 milliseconds