| /f-stack/app/micro_thread/ |
| H A D | mt_sys_hook.cpp | 210 ssize_t sendto(int fd, const void *message, size_t length, int flags, in sendto() function 213 mt_hook_syscall(sendto); in sendto() 217 return mt_real_func(sendto)(fd, message, length, flags, dest_addr, dest_len); in sendto() 225 return MtFrame::sendto(fd, message, (int)length, flags, in sendto()
|
| H A D | ff_hook.cpp | 86 return mt_real_func(sendto)(fd, message, length, flags, dest_addr, dest_len); in ff_hook_sendto()
|
| H A D | mt_connection.cpp | 122 mt_hook_syscall(sendto); in SendData() 643 mt_hook_syscall(sendto); in SendData()
|
| H A D | mt_api.cpp | 57 rc = MtFrame::sendto(sock, pkg, len, 0, (struct sockaddr*)dst, (int)sizeof(*dst), timeout); in mt_udpsendrcv() 595 return MtFrame::sendto(fd, msg, len, flags, to, tolen, timeout); in mt_sendto()
|
| H A D | micro_thread.h | 422 …static int sendto(int fd, const void *msg, int len, int flags, const struct sockaddr *to, int tole…
|
| H A D | micro_thread.cpp | 1021 int MtFrame::sendto(int fd, const void *msg, int len, int flags, const struct sockaddr *to, int tol… in sendto() function in MtFrame 1036 mt_hook_syscall(sendto); in sendto()
|
| H A D | mt_net.cpp | 955 mt_hook_syscall(sendto); in SendCacheUdp()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_udp_send.c | 23 n = sendto(c->fd, buf, size, 0, c->sockaddr, c->socklen); in ngx_udp_unix_send()
|
| /f-stack/tools/libnetgraph/ |
| H A D | internal.h | 80 #define sendto(a,b,c,d,e,f) ng_sendto(a,b,c,d,e,f) macro
|
| H A D | sock.c | 302 if (sendto(ds, buf, len, 0, (struct sockaddr *) sg, sg->sg_len) < 0) { in NgSendData()
|
| H A D | msg.c | 248 if (sendto(cs, msg, sizeof(*msg) + arglen, in NgDeliverMsg()
|
| /f-stack/tools/ngctl/ |
| H A D | write.c | 112 if (sendto(dsock, buf, len, in WriteCmd()
|
| /f-stack/freebsd/kern/ |
| H A D | capabilities.conf | 603 sendto
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_ff_module.c | 315 sendto(int sockfd, const void *buf, size_t len, int flags, in sendto() function 324 return SYSCALL(sendto)(sockfd, buf, len, flags, dest_addr, addrlen); in sendto()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socket.h | 694 ssize_t sendto(int, const void *,
|
| /f-stack/freebsd/sys/ |
| H A D | socket.h | 700 ssize_t sendto(int, const void *,
|
| H A D | syscall.mk | 99 sendto.o \
|
| /f-stack/dpdk/drivers/net/af_packet/ |
| H A D | rte_eth_af_packet.c | 246 if (sendto(pkt_q->sockfd, NULL, 0, MSG_DONTWAIT, NULL, 0) == -1 && in eth_af_packet_tx()
|