| 261 | } |
| 262 | |
| 263 | U32 KNetLinkObject::connect(KThread* thread, const KFileDescriptorPtr& fd, U32 address, U32 len) { |
| 264 | return -K_EOPNOTSUPP; |
| 265 | } |
| 266 | |
| 267 | U32 KNetLinkObject::listen(KThread* thread, const KFileDescriptorPtr& fd, U32 backlog) { |
| 268 | return -K_EOPNOTSUPP; |
no outgoing calls
no test coverage detected