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

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h 65 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type)))
427 * As above, for mbufs allocated with m_gethdr/MGETHDR or initialized by
user_mbuf.c 1013 MGETHDR(n, wait, m->m_type);
1190 MGETHDR(mn, how, m->m_type);
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.c 820 MGETHDR(m, how, type);
898 MGETHDR(m, how, type);

Completed in 229 milliseconds