enum io.DhcpOpcode

enum DhcpOpcode: uint8_t {
    BootRequest = 1,
    BootReply   = 2,
};