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

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h 72 #define M_COPYALL 1000000000
user_mbuf.c 979 * continuing for "len" bytes. If len is M_COPYALL, copy to end of mbuf.
1009 KASSERT(len == M_COPYALL, ("m_copym, length > size of mbuf chain"));
1022 if (len == M_COPYALL)
1035 if (len != M_COPYALL)
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c     [all...]

Completed in 2679 milliseconds