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

Function Send

Kernel/src/net/interface.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 void Send(void* data, size_t length){
109 mainAdapter->SendPacket(data, length);
110 }
111
112 int SendIPv4(void* data, size_t length, IPv4Address& destination, uint8_t protocol){
113 uint8_t buffer[1600]; // The maxmium Ethernet frame size is 1518 so this will do

Callers 2

SendIPv4Function · 0.85
WriteMethod · 0.85

Calls 1

SendPacketMethod · 0.45

Tested by

no test coverage detected