| 1797 | } |
| 1798 | |
| 1799 | int __syscall_getpeername(int sockfd, |
| 1800 | struct sockaddr* addr, |
| 1801 | socklen_t* len, |
| 1802 | int unused1, |
| 1803 | int unused2, |
| 1804 | int unused3) { |
| 1805 | return -ENOSYS; |
| 1806 | } |
| 1807 | |
| 1808 | int __syscall_sendto(int sockfd, |
| 1809 | const void* buf, |
nothing calls this directly
no outgoing calls
no test coverage detected