Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/net/osl/
Dosl_Mbuf.h111 NN_EXTERN_C inline nnnetOslMbuf* nnnetOslMbuf_prepend(nnnetOslMbuf* pMbuf_, s32 len, int how) in nnnetOslMbuf_prepend()
141 NN_EXTERN_C inline bool nnnetOslMbuf_expand(nnnetOslMbuf* pMbuf_, s32 len, int how) in nnnetOslMbuf_expand()
/CTR-SDK-0.14.4/include/nn/net/compatible/nos/
Dnos_horizon.h1040 NN_INLINE NOSMessageBuf *NOS_m_prepend(NOSMessageBuf *mbuf, s32 len, int how) in NOS_m_prepend()
1050 NN_INLINE NOSMessageBuf *NOS_m_dup(NOSMessageBuf *mbuf, int how) in NOS_m_dup()
1070 NN_INLINE NOSMessageBuf *NOS_m_split(NOSMessageBuf *mbuf, s32 len, int how) in NOS_m_split()
/CTR-SDK-0.14.4/include/nn/socket/
Dsocket_Berkeley.h436 inline s32 Shutdown(s32 s, s32 how) in Shutdown()