Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:nxt

530 	struct hnamemem *nxt;
567 tp->nxt; tp = tp->nxt)
570 tp->nxt = newhnamemem();
576 for (tp = &hnametable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
582 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt)
585 tp->nxt = newhnamemem();
593 tp->nxt = newhnamemem();