Searched refs:ff_hook_sendto (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | ff_hook.h | 33 ssize_t ff_hook_sendto(int fd, const void *message, size_t length, int flags, const struct sockaddr…
|
| H A D | ff_hook.cpp | 80 ssize_t ff_hook_sendto(int fd, const void *message, size_t length, int flags, in ff_hook_sendto() function
|
| H A D | mt_connection.cpp | 123 int ret = ff_hook_sendto(_osfd, _msg_buff->GetMsgBuff(), _msg_buff->GetMsgLen(), 0, in SendData() 644 …int ret = ff_hook_sendto(_ntfy_obj->GetOsfd(), _msg_buff->GetMsgBuff(), _msg_buff->GetMsgLen(), 0, in SendData()
|
| H A D | mt_sys_hook.cpp | 222 return ff_hook_sendto(fd, message, length, flags, dest_addr, dest_len); in sendto()
|
| H A D | mt_net.cpp | 974 int32_t ret = ff_hook_sendto(_fd, buff, buff_len, 0, in SendCacheUdp() 999 int32_t ret = ff_hook_sendto(_fd, data, len, 0, in SendCacheUdp()
|
| H A D | micro_thread.cpp | 1037 while ((n = ff_hook_sendto(fd, msg, len, flags, to, tolen)) < 0) in sendto()
|