MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / accept

Method accept

source/kernel/knetlink.cpp:271–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

kacceptFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected