Home
last modified time | relevance | path

Searched defs:mbuf (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.5/include/nn/net/compatible/nos/
Dnos_horizon.h1031 NN_INLINE void NOS_m_freem(NOSMessageBuf *mbuf) in NOS_m_freem()
1036 NN_INLINE s32 NOS_m_adj(NOSMessageBuf *mbuf, s32 len) in NOS_m_adj()
1041 NN_INLINE s32 NOS_m_append(NOSMessageBuf *mbuf, s32 len, const u8 *cp) in NOS_m_append()
1046 NN_INLINE NOSMessageBuf *NOS_m_prepend(NOSMessageBuf *mbuf, s32 len, int how) in NOS_m_prepend()
1051 NN_INLINE NOSMessageBuf *NOS_m_pullup(NOSMessageBuf *mbuf, s32 len) in NOS_m_pullup()
1056 NN_INLINE NOSMessageBuf *NOS_m_dup(NOSMessageBuf *mbuf, int how) in NOS_m_dup()
1061 NN_INLINE s32 NOS_m_copydata(const NOSMessageBuf *mbuf, s32 offset, s32 len, u8 *buf) in NOS_m_copydata()
1066 NN_INLINE s32 NOS_m_copyback(NOSMessageBuf *mbuf, s32 offset, s32 len, const u8 *buf) in NOS_m_copyback()
1071 NN_INLINE s32 NOS_m_cat(NOSMessageBuf *mbuf, NOSMessageBuf *n) in NOS_m_cat()
1076 NN_INLINE NOSMessageBuf *NOS_m_split(NOSMessageBuf *mbuf, s32 len, int how) in NOS_m_split()
[all …]