MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / SendPacket

Method SendPacket

Kernel/src/net/networkadapter.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void NetworkAdapter::SendPacket(void* data, size_t len){
38 assert(!"NetworkAdapter: Base class SendPacket has been called");
39 }
40}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected