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

Function IPLookup

Kernel/src/net/interface.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 IPv4Address subnet = {255, 255, 255, 255};
16
17 MACAddress IPLookup(IPv4Address& ip){
18 Log::Warning("[Network] IPLookup not implemented");
19 return {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
20 }
21
22 void OnReceiveICMP(void* data, size_t length){
23 if(length < sizeof(ICMPHeader)){

Callers 1

SendIPv4Function · 0.85

Calls 1

WarningFunction · 0.85

Tested by

no test coverage detected