Home
last modified time | relevance | path

Searched refs:ff_hook_sendto (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/micro_thread/
H A Dff_hook.h33 ssize_t ff_hook_sendto(int fd, const void *message, size_t length, int flags, const struct sockaddr…
H A Dff_hook.cpp80 ssize_t ff_hook_sendto(int fd, const void *message, size_t length, int flags, in ff_hook_sendto() function
H A Dmt_connection.cpp123 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 Dmt_sys_hook.cpp222 return ff_hook_sendto(fd, message, length, flags, dest_addr, dest_len); in sendto()
H A Dmt_net.cpp974 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 Dmicro_thread.cpp1037 while ((n = ff_hook_sendto(fd, msg, len, flags, to, tolen)) < 0) in sendto()