HomeSort by relevance Sort by last modified time
    Searched refs:get_option_uint8 (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd/
dhcp.h 185 int get_option_uint8(uint8_t *, const struct dhcp_message *, uint8_t);
188 get_option_uint8(NULL, m, DHO_MESSAGETYPE) == -1)
dhcp.c 422 get_option_uint8(uint8_t *i, const struct dhcp_message *dhcp, uint8_t option) function
1398 get_option_uint8(&overl, dhcp, DHO_OPTIONSOVERLOADED);
    [all...]
dhcpcd.c 518 if (get_option_uint8(&type, dhcp, DHO_MESSAGETYPE) == -1)
547 get_option_uint8(&tmp, dhcp, i) != 0)
    [all...]

Completed in 97 milliseconds