Lines Matching defs:timeout

33 …_udpsendrcv(struct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, int timeout)  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 …ct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, int timeout, MtFuncTcpMsgLe… in mt_tcpsendrcv()
274 …ct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int& buf_size, int timeout, MtFuncTcpMsgLe… in mt_tcpsendrcv_short()
334 int mt_tcpsend(struct sockaddr_in* dst, void* pkg, int len, int timeout) in mt_tcpsend()
387 int mt_tcpsend_short(struct sockaddr_in* dst, void* pkg, int len, int timeout) in mt_tcpsend_short()
438 …ct sockaddr_in* dst, void* pkg, int len, void* rcv_buf, int* buf_size, int timeout, MtFuncTcpMsgLe… in mt_tcpsendrcv_ex()
588 …from(int fd, void *buf, int len, int flags, struct sockaddr *from, socklen_t *fromlen, int timeout) in mt_recvfrom()
593 …dto(int fd, const void *msg, int len, int flags, const struct sockaddr *to, int tolen, int timeout) in mt_sendto()
598 int mt_connect(int fd, const struct sockaddr *addr, int addrlen, int timeout) in mt_connect()
603 int mt_accept(int fd, struct sockaddr *addr, socklen_t *addrlen, int timeout) in mt_accept()
608 ssize_t mt_read(int fd, void *buf, size_t nbyte, int timeout) in mt_read()
613 ssize_t mt_write(int fd, const void *buf, size_t nbyte, int timeout) in mt_write()
618 ssize_t mt_recv(int fd, void *buf, int len, int flags, int timeout) in mt_recv()
623 ssize_t mt_send(int fd, const void *buf, size_t nbyte, int flags, int timeout) in mt_send()
638 int mt_wait_events(int fd, int events, int timeout) in mt_wait_events()
739 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, bool keep_rcv_buf) in mt_tcp_check_recv()
864 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, bool keep_rcv_buf) in mt_tcpsendrcv()
930 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, bool keep_rcv_buf) in mt_tcpsendrcv_short()
992 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, in mt_tcpsendrcv_ex()