HomeSort by: relevance | last modified time | path
    Searched refs:ndo_last_mem_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
netdissect-alloc.c 32 if (ndo->ndo_last_mem_p == NULL) /* first memory allocation */
35 chunkp->prev_mem_p = ndo->ndo_last_mem_p;
36 ndo->ndo_last_mem_p = chunkp;
55 current = ndo->ndo_last_mem_p;
61 ndo->ndo_last_mem_p = NULL;
netdissect.h 228 void *ndo_last_mem_p; /* pointer to the last allocated memory chunk */ member in struct:netdissect_options

Completed in 20 milliseconds