| 1770 | } |
| 1771 | |
| 1772 | int __syscall_setsockopt(int sockfd, |
| 1773 | int level, |
| 1774 | int optname, |
| 1775 | const void* optval, |
| 1776 | socklen_t optlen, |
| 1777 | int unused) { |
| 1778 | return -ENOSYS; |
| 1779 | } |
| 1780 | |
| 1781 | int __syscall_shutdown(int sockfd, |
| 1782 | int how, |
nothing calls this directly
no outgoing calls
no test coverage detected