Home
last modified time | relevance | path

Searched refs:MB_MAX (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dmbuf.c73 } MemMap[MB_MAX + 1];
90 static const char * const mbufdesc[MB_MAX] = { in mbuftype()
100 return type < 0 || type >= MB_MAX ? "unknown" : mbufdesc[type]; in mbuftype()
110 if (type > MB_MAX) { in m_get()
326 for (i = 0; i < MB_MAX; i += 2) in mbuf_Show()
333 if (i == MB_MAX) in mbuf_Show()
H A Dmbuf.h97 #define MB_MAX MB_UNKNOWN macro