Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:nxt

533 	struct hnamemem *nxt;
571 tp->nxt; tp = tp->nxt)
574 tp->nxt = newhnamemem();
580 for (tp = &hnametable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
586 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt)
589 tp->nxt = newhnamemem();
597 tp->nxt = newhnamemem();