Home
last modified time | relevance | path

Searched refs:msg_len_detected (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_api.cpp747 bool msg_len_detected = false; in mt_tcp_check_recv() local
783 rc = check_func(sbuf.buf_, recv_len, true, msg_ctx, msg_len_detected); in mt_tcp_check_recv()
795 if((!msg_len_detected)||recv_len==pkg_len) in mt_tcp_check_recv()
797 rc = check_func(sbuf.buf_, recv_len, false, msg_ctx,msg_len_detected); in mt_tcp_check_recv()
798 if(msg_len_detected) in mt_tcp_check_recv()
H A Dmt_api.h54 …int (*MtFuncTcpMsgChecker)(void* buf, int len, bool closed, void* msg_ctx, bool &msg_len_detected);