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 184 int get_option_uint8(uint8_t *, const struct dhcp_message *, uint8_t);
187 get_option_uint8(NULL, m, DHO_MESSAGETYPE) == -1)
dhcp.c 416 get_option_uint8(uint8_t *i, const struct dhcp_message *dhcp, uint8_t option) function
1314 get_option_uint8(&overl, dhcp, DHO_OPTIONSOVERLOADED);
dhcpcd.c 502 if (get_option_uint8(&type, dhcp, DHO_MESSAGETYPE) == -1)
531 get_option_uint8(&tmp, dhcp, i) != 0)
    [all...]

Completed in 424 milliseconds