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

  /external/libppp/src/
mbuf.h 99 #define M_MAXLEN (4352 - sizeof(struct mbuf)) /* > HDLCSIZE */
mbuf.c 63 } *bucket[(M_MAXLEN + sizeof(struct mbuf)) / BUCKET_HASH];
115 if (m_len > M_MAXLEN || m_len == 0) {

Completed in 151 milliseconds