Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Daddrtoname.c216 static struct protoidmem protoidtable[HASHNAMESIZE]; variable
572 tp = &protoidtable[(i ^ j) & (HASHNAMESIZE-1)]; in lookup_protoid()