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

/external/tcpdump/
H A Daddrtoname.c92 static struct hnamemem eprototable[HASHNAMESIZE]; variable in typeref:struct:hnamemem
589 for (tp = &eprototable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
779 table = &eprototable[j];

Completed in 51 milliseconds