Home
last modified time | relevance | path

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

/external/tcpdump/
Daddrtoname.c170 struct protoidmem *p_nxt; member
477 while (tp->p_nxt) in lookup_protoid()
481 tp = tp->p_nxt; in lookup_protoid()
484 tp->p_nxt = (struct protoidmem *)calloc(1, sizeof(*tp)); in lookup_protoid()
485 if (tp->p_nxt == NULL) in lookup_protoid()