get_option_uint8
int get_option_uint8(uint8_t *, const struct dhcp_message *, uint8_t);
get_option_uint8(NULL, m, DHO_MESSAGETYPE) == -1)
get_option_uint8(&type, dhcp, DHO_MESSAGETYPE);
get_option_uint8(&type, dhcp, DHO_MESSAGETYPE);