Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_api.h36 typedef int (*MtFuncTcpMsgLen)(void* buf, int len); typedef
39 int timeout, MtFuncTcpMsgLen chek_func);
52 int timeout, MtFuncTcpMsgLen func, MT_TCP_CONN_TYPE type = MT_TCP_LONG);
H A Dmt_api.cpp150 … mt_tcp_check_recv(int sock, char* rcv_buf, int &len, int flags, int timeout, MtFuncTcpMsgLen func) in mt_tcp_check_recv()
210 …kaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, int timeout, MtFuncTcpMsgLen func) in mt_tcpsendrcv()
274 …kaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, int timeout, MtFuncTcpMsgLen func) in mt_tcpsendrcv_short()
438 … dst, void* pkg, int len, void* rcv_buf, int* buf_size, int timeout, MtFuncTcpMsgLen func, MT_TCP_… in mt_tcpsendrcv_ex()
/f-stack/doc/
H A DF-Stack_API_Reference.md191 …in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, int timeout, MtFuncTcpMsgLen chek_func);
205 … dst, void* pkg, int len, void* rcv_buf, int* buf_size, int timeout, MtFuncTcpMsgLen func, MT_TCP_…