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

Class DHCPOption

System/NetworkGovernor/dhcp.h:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61template<uint8_t optlen>
62struct DHCPOption{
63 uint8_t optionCode;
64 uint8_t length = optlen;
65 uint8_t data[optlen];
66} __attribute__((packed));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected