OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:e_nxt
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
addrtoname.c
150
struct enamemem *
e_nxt
;
member in struct:enamemem
333
while (tp->
e_nxt
)
339
tp = tp->
e_nxt
;
343
tp->
e_nxt
= (struct enamemem *)calloc(1, sizeof(*tp));
344
if (tp->
e_nxt
== NULL)
373
while (tp->
e_nxt
)
380
tp = tp->
e_nxt
;
391
tp->
e_nxt
= (struct enamemem *)calloc(1, sizeof(*tp));
392
if (tp->
e_nxt
== NULL)
417
while (tp->
e_nxt
)
[
all
...]
Completed in 51 milliseconds