Searched refs:e_nxt (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Daddrtoname.c155 struct enamemem *e_nxt; member in struct:enamemem
332 while (tp->e_nxt)
338 tp = tp->e_nxt;
342 tp->e_nxt = (struct enamemem *)calloc(1, sizeof(*tp));
343 if (tp->e_nxt == NULL)
372 while (tp->e_nxt)
379 tp = tp->e_nxt;
390 tp->e_nxt = (struct enamemem *)calloc(1, sizeof(*tp));
391 if (tp->e_nxt == NULL)
416 while (tp->e_nxt)
[all...]

Completed in 95 milliseconds