Searched refs:MtFuncTcpMsgLen (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | mt_api.h | 36 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 D | mt_api.cpp | 150 … 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 D | F-Stack_API_Reference.md | 191 …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_…
|