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

Method connect

source/kernel/knetlink.cpp:263–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

kconnectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected