HomeSort by relevance Sort by last modified time
    Searched full:m_tag_len (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.c 320 t->m_tag_len = len;
1098 p = m_tag_alloc(t->m_tag_cookie, t->m_tag_id, t->m_tag_len, how);
1101 bcopy(t + 1, p + 1, t->m_tag_len); /* Copy the data */
    [all...]
user_mbuf.h 191 u_int16_t m_tag_len; /* Length of data */ member in struct:m_tag

Completed in 131 milliseconds