Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_api.h54 typedef int (*MtFuncTcpMsgChecker)(void* buf, int len, bool closed, void* msg_ctx, bool &msg_len_de… typedef
58 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx=NULL,
63 … int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx=NULL, bool keep_rcv_buf=false);
H A Dmt_api.cpp739 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, bool keep_rcv_buf) in mt_tcp_check_recv()
864 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, bool keep_rcv_buf) in mt_tcpsendrcv()
930 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, bool keep_rcv_buf) in mt_tcpsendrcv_short()
992 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, in mt_tcpsendrcv_ex()
/f-stack/doc/
H A DF-Stack_API_Reference.md210 …id* pkg, int len, void*& rcv_buf, int& recv_pkg_size, int timeout, MtFuncTcpMsgChecker check_func,…
215 …id* pkg, int len, void*& rcv_buf, int& recv_pkg_size, int timeout, MtFuncTcpMsgChecker check_func,…