Home
last modified time | relevance | path

Searched refs:ff_hook_recvfrom (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/micro_thread/
H A Dff_hook.h34 ssize_t ff_hook_recvfrom(int fd, void *buffer, size_t length, int flags, struct sockaddr *address, …
H A Dff_hook.cpp89 ssize_t ff_hook_recvfrom(int fd, void *buffer, size_t length, int flags, in ff_hook_recvfrom() function
H A Dmt_notify.cpp150 ret = ff_hook_recvfrom(osfd, buff, _msg_buff->GetMaxLen(), in InputNotify()
H A Dmt_sys_hook.cpp241 return ff_hook_recvfrom(fd, buffer, length, flags, address, address_len); in recvfrom()
H A Dmt_connection.cpp155 int ret = ff_hook_recvfrom(_osfd, _msg_buff->GetMsgBuff(), _msg_buff->GetMaxLen(), in RecvData()
H A Dmt_cache.cpp370 …int32_t rc = ff_hook_recvfrom(fd, item->data, item->size, 0, (struct sockaddr*)remote_addr, &addr_… in cache_udp_recv()
H A Dmicro_thread.cpp1000 int n = ff_hook_recvfrom(fd, buf, len, flags, from, fromlen); in recvfrom()