HomeSort by relevance Sort by last modified time
    Searched full:uporttable (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
addrtoname.c 88 static struct hnamemem uporttable[HASHNAMESIZE]; variable in typeref:struct:hnamemem
688 for (tp = &uporttable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
740 table = &uporttable[i];

Completed in 553 milliseconds