| 287 | } |
| 288 | |
| 289 | U32 KNetLinkObject::getpeername(KThread* thread, const KFileDescriptorPtr& fd, U32 address, U32 plen) { |
| 290 | return -K_EOPNOTSUPP; |
| 291 | } |
| 292 | |
| 293 | U32 KNetLinkObject::shutdown(KThread* thread, const KFileDescriptorPtr& fd, U32 how) { |
| 294 | return -K_EOPNOTSUPP; |