HomeSort by relevance Sort by last modified time
    Searched defs:m_free (Results 1 - 4 of 4) sorted by null

  /external/dropbear/
dbutil.h 62 #define m_free(X) __m_free(X); (X) = NULL; macro
  /external/qemu/slirp/
mbuf.c 44 * which tells m_free to actually free() it
83 m_free(struct mbuf *m) function
86 DEBUG_CALL("m_free");
128 m_free(n);
  /external/qemu/slirp-android/
mbuf.c 44 * which tells m_free to actually free() it
83 m_free(struct mbuf *m) function
86 DEBUG_CALL("m_free");
128 m_free(n);
  /external/libppp/src/
mbuf.c 165 m_free(struct mbuf *bp) function
191 bp = m_free(bp);
213 bp = m_free(bp);
217 bp = m_free(bp);
283 bp = m_free(bp);
392 for (cp = MBUF_CTOP(nbp); bp; bp = m_free(bp)) {

Completed in 785 milliseconds