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

Method GetLink

Kernel/include/net/networkadapter.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 virtual void SendPacket(void* data, size_t len);
28
29 virtual int GetLink() { return linkState; }
30 virtual int QueueSize() { return queue.get_length(); }
31 virtual NetworkPacket Dequeue() {
32 if(queue.get_length()) {

Callers 2

FindMainAdapterFunction · 0.80
InterfaceThreadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected