Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_api.h38 int mt_tcpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size,
62 int mt_tcpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void*& rcv_buf, int& recv_pkg_size,
H A Dmt_api.cpp210 int mt_tcpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, int ti… in mt_tcpsendrcv() function
451 return mt_tcpsendrcv(dst, pkg, len, rcv_buf, *buf_size, timeout, func); in mt_tcpsendrcv_ex()
863 int mt_tcpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void*& rcv_buf, int& recv_pkg_size, in mt_tcpsendrcv() function
1006 …return mt_tcpsendrcv(dst, pkg, len, rcv_buf, rcv_pkg_size, timeout, check_func, msg_ctx, keep_rcv_… in mt_tcpsendrcv_ex()
/f-stack/doc/
H A DF-Stack_API_Reference.md191 …int mt_tcpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, int t…
215 …int mt_tcpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void*& rcv_buf, int& recv_pkg_size,…