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

  /external/qemu/slirp/
mbuf.c 47 m_get(void) function
52 DEBUG_CALL("m_get");
  /external/qemu/slirp-android/
mbuf.c 47 m_get(void) function
52 DEBUG_CALL("m_get");
  /external/libppp/src/
mbuf.c 104 m_get(size_t m_len, int type) function
262 head = m_get(len + extra, bp ? bp->m_type : MB_UNKNOWN);
390 nbp = m_get(m_length(bp), bp->m_type);

Completed in 59 milliseconds