Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_api.symlist13 ff_sendto
H A Dff_api.h94 ssize_t ff_sendto(int s, const void *buf, size_t len, int flags,
H A Dff_syscall_wrapper.c796 return (ff_sendto(s, buf, len, flags, NULL, 0)); in ff_send()
800 ff_sendto(int s, const void *buf, size_t len, int flags, in ff_sendto() function
/f-stack/app/micro_thread/
H A Dff_hook.cpp84 return ff_sendto(fd, message, length, flags, (struct linux_sockaddr *)dest_addr, dest_len); in ff_hook_sendto()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c320 return ff_sendto(sockfd, buf, len, flags, in sendto()
/f-stack/doc/
H A DF-Stack_API_Reference.md123 …ssize_t ff_sendto(int s, const void *buf, size_t len, int flags, const struct linux_sockaddr *to, …