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

Method getpeername

source/kernel/knetlink.cpp:289–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

kgetpeernameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected