Home | History | Annotate | Download | only in dhcpcd

Lines Matching defs:get_option_uint32

392 get_option_uint32(uint32_t *i, const struct dhcp_message *dhcp, uint8_t option)
1478 if (get_option_uint32(&lease->leasetime, dhcp, DHO_LEASETIME) == 0) {
1485 if (get_option_uint32(&lease->renewaltime, dhcp, DHO_RENEWALTIME) != 0)
1487 if (get_option_uint32(&lease->rebindtime, dhcp, DHO_REBINDTIME) != 0)