Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/include/nn/net/compatible/nos/
Dnos_horizon.h1025 NN_INLINE void NOS_m_freem(NOSMessageBuf *mbuf) in NOS_m_freem()
1030 NN_INLINE s32 NOS_m_adj(NOSMessageBuf *mbuf, s32 len) in NOS_m_adj()
1035 NN_INLINE s32 NOS_m_append(NOSMessageBuf *mbuf, s32 len, const u8 *cp) in NOS_m_append()
1040 NN_INLINE NOSMessageBuf *NOS_m_prepend(NOSMessageBuf *mbuf, s32 len, int how) in NOS_m_prepend()
1045 NN_INLINE NOSMessageBuf *NOS_m_pullup(NOSMessageBuf *mbuf, s32 len) in NOS_m_pullup()
1050 NN_INLINE NOSMessageBuf *NOS_m_dup(NOSMessageBuf *mbuf, int how) in NOS_m_dup()
1055 NN_INLINE s32 NOS_m_copydata(const NOSMessageBuf *mbuf, s32 offset, s32 len, u8 *buf) in NOS_m_copydata()
1060 NN_INLINE s32 NOS_m_copyback(NOSMessageBuf *mbuf, s32 offset, s32 len, const u8 *buf) in NOS_m_copyback()
1065 NN_INLINE s32 NOS_m_cat(NOSMessageBuf *mbuf, NOSMessageBuf *n) in NOS_m_cat()
1070 NN_INLINE NOSMessageBuf *NOS_m_split(NOSMessageBuf *mbuf, s32 len, int how) in NOS_m_split()
[all …]