Home
last modified time | relevance | path

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

/external/tcpdump/
Daddrtoname.c161 struct protoidmem *p_nxt; member
455 while (tp->p_nxt) in lookup_protoid()
459 tp = tp->p_nxt; in lookup_protoid()
462 tp->p_nxt = (struct protoidmem *)calloc(1, sizeof(*tp)); in lookup_protoid()
463 if (tp->p_nxt == NULL) in lookup_protoid()