Searched defs:rcv_buf (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | mt_api.cpp | 33 int mt_udpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, int ti… in mt_udpsendrcv() 150 static int mt_tcp_check_recv(int sock, char* rcv_buf, int &len, int flags, int timeout, MtFuncTcpMs… in mt_tcp_check_recv() 210 int mt_tcpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, int ti… in mt_tcpsendrcv() 274 int mt_tcpsendrcv_short(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, … in mt_tcpsendrcv_short() 438 int mt_tcpsendrcv_ex(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int* buf_size, int… 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() 863 int mt_tcpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void*& rcv_buf, int& recv_pkg_size, in mt_tcpsendrcv() 929 int mt_tcpsendrcv_short(struct sockaddr_in* dst, void* pkg, int len, void*& rcv_buf, int& recv_pkg_… in mt_tcpsendrcv_short() 991 int mt_tcpsendrcv_ex(struct sockaddr_in* dst, void* pkg, int len, void*& rcv_buf, int& rcv_pkg_size… in mt_tcpsendrcv_ex()
|