| 269 | } |
| 270 | |
| 271 | U32 KNetLinkObject::accept(KThread* thread, const KFileDescriptorPtr& fd, U32 address, U32 len, U32 flags) { |
| 272 | return -K_EOPNOTSUPP; |
| 273 | } |
| 274 | |
| 275 | U32 KNetLinkObject::getsockname(KThread* thread, const KFileDescriptorPtr& fd, U32 address, U32 plen) { |
| 276 | KMemory* memory = thread->memory; |