Searched refs:rcv_buf (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | mt_api.cpp | 41 if(len<1 || buf_size<1 ||!dst || !pkg || !rcv_buf) in mt_udpsendrcv() 44 dst, pkg, rcv_buf, len, buf_size); in mt_udpsendrcv() 178 rc = func(rcv_buf, recv_len); in mt_tcp_check_recv() 212 if (!dst || !pkg || !rcv_buf || !func || len<1 || buf_size<1) in mt_tcpsendrcv() 215 dst, pkg, rcv_buf, func, len, buf_size); in mt_tcpsendrcv() 282 if (!dst || !pkg || !rcv_buf || !func || len<1 || buf_size<1) in mt_tcpsendrcv_short() 285 dst, pkg, rcv_buf, func, len, buf_size); in mt_tcpsendrcv_short() 443 dst, pkg, rcv_buf, func, len, buf_size,type); in mt_tcpsendrcv_ex() 472 dst, pkg, rcv_buf, func, len, buf_size,type); in mt_tcpsendrcv_ex() 738 static int mt_tcp_check_recv(int sock, void*& rcv_buf, int &len, int flags, in mt_tcp_check_recv() argument [all …]
|
| H A D | mt_api.h | 34 int mt_udpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, int ti… 38 int mt_tcpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, 51 int mt_tcpsendrcv_ex(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int* buf_size, 57 int mt_tcpsendrcv_ex(struct sockaddr_in* dst, void* pkg, int len, void*& rcv_buf, int& recv_pkg_siz… 62 int mt_tcpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void*& rcv_buf, int& recv_pkg_size,
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 184 …int mt_udpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, int t… 191 …int mt_tcpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, int t… 205 …int mt_tcpsendrcv_ex(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int* buf_size, in… 210 …int mt_tcpsendrcv_ex(struct sockaddr_in* dst, void* pkg, int len, void*& rcv_buf, int& recv_pkg_si… 215 …int mt_tcpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void*& rcv_buf, int& recv_pkg_size,…
|