Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/net/osl/
Dosl_Mbuf.h168 class Mbuf : public nnnetOslMbuf
181 Mbuf(FreeIndex nextFree) in Mbuf() function
199 Mbuf* GetNext(void) in GetNext()
201 return reinterpret_cast<Mbuf*>(m_next); in GetNext()
204 const Mbuf* GetNext(void) const in GetNext()
206 return reinterpret_cast<const Mbuf*>(m_next); in GetNext()
209 Mbuf* GetPrevious(void) in GetPrevious()
211 return reinterpret_cast<Mbuf*>(m_prev); in GetPrevious()
214 const Mbuf* GetPrevious(void) const in GetPrevious()
216 return reinterpret_cast<const Mbuf*>(m_prev); in GetPrevious()
[all …]