Searched refs:ff_hook_recvfrom (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | ff_hook.h | 34 ssize_t ff_hook_recvfrom(int fd, void *buffer, size_t length, int flags, struct sockaddr *address, …
|
| H A D | ff_hook.cpp | 89 ssize_t ff_hook_recvfrom(int fd, void *buffer, size_t length, int flags, in ff_hook_recvfrom() function
|
| H A D | mt_notify.cpp | 150 ret = ff_hook_recvfrom(osfd, buff, _msg_buff->GetMaxLen(), in InputNotify()
|
| H A D | mt_sys_hook.cpp | 241 return ff_hook_recvfrom(fd, buffer, length, flags, address, address_len); in recvfrom()
|
| H A D | mt_connection.cpp | 155 int ret = ff_hook_recvfrom(_osfd, _msg_buff->GetMsgBuff(), _msg_buff->GetMaxLen(), in RecvData()
|
| H A D | mt_cache.cpp | 370 …int32_t rc = ff_hook_recvfrom(fd, item->data, item->size, 0, (struct sockaddr*)remote_addr, &addr_… in cache_udp_recv()
|
| H A D | micro_thread.cpp | 1000 int n = ff_hook_recvfrom(fd, buf, len, flags, from, fromlen); in recvfrom()
|