Home
last modified time | relevance | path

Searched refs:cache_tcp_recv (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_cache.h101 int32_t cache_tcp_recv(TRWCache* cache, uint32_t fd);
H A Dmt_cache.cpp394 int32_t cache_tcp_recv(TRWCache* cache, uint32_t fd) in cache_tcp_recv() function
H A Dmt_net.cpp1364 ret = cache_tcp_recv(&_recv_cache, _fd); in InputNotify()