Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:nxt

533 	struct hnamemem *nxt;
569 tp->nxt; tp = tp->nxt)
572 tp->nxt = newhnamemem();
578 for (tp = &hnametable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
584 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt)
587 tp->nxt = newhnamemem();
595 tp->nxt = newhnamemem();