Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dnetdissect-alloc.c32 if (ndo->ndo_last_mem_p == NULL) /* first memory allocation */ in nd_add_alloc_list()
35 chunkp->prev_mem_p = ndo->ndo_last_mem_p; in nd_add_alloc_list()
36 ndo->ndo_last_mem_p = chunkp; in nd_add_alloc_list()
55 current = ndo->ndo_last_mem_p; in nd_free_all()
61 ndo->ndo_last_mem_p = NULL; in nd_free_all()
H A Dnetdissect.h220 void *ndo_last_mem_p; /* pointer to the last allocated memory chunk */ member