Lines Matching refs:timeout
34 …udpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, int timeout);
39 int timeout, MtFuncTcpMsgLen chek_func);
52 int timeout, MtFuncTcpMsgLen func, MT_TCP_CONN_TYPE type = MT_TCP_LONG);
58 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx=NULL,
63 … int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx=NULL, bool keep_rcv_buf=false);
117 …rom(int fd, void *buf, int len, int flags, struct sockaddr *from, socklen_t *fromlen, int timeout);
119 …to(int fd, const void *msg, int len, int flags, const struct sockaddr *to, int tolen, int timeout);
121 int mt_connect(int fd, const struct sockaddr *addr, int addrlen, int timeout);
123 int mt_accept(int fd, struct sockaddr *addr, socklen_t *addrlen, int timeout);
125 ssize_t mt_read(int fd, void *buf, size_t nbyte, int timeout);
127 ssize_t mt_write(int fd, const void *buf, size_t nbyte, int timeout);
129 ssize_t mt_recv(int fd, void *buf, int len, int flags, int timeout);
131 ssize_t mt_send(int fd, const void *buf, size_t nbyte, int flags, int timeout);
133 int mt_wait_events(int fd, int events, int timeout);