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

Method IPv4Address

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

Source from the content-addressed store, hash-verified

21 uint8_t data[4];
22
23 IPv4Address() {}
24
25 IPv4Address(uint8_t one, uint8_t two, uint8_t three, uint8_t four){
26 data[0] = one;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected