Home
last modified time | relevance | path

Searched refs:get_option_uint32 (Results 1 – 3 of 3) sorted by relevance

/external/dhcpcd/
Dshowlease.c278 get_option_uint32(uint32_t *i, const struct dhcp_message *dhcp, uint8_t option) in get_option_uint32() function
341 if (get_option_uint32(&lease->leasetime, dhcp, DHO_LEASETIME) != 0) in main()
348 if (get_option_uint32(&lease->renewaltime, dhcp, DHO_RENEWALTIME) != 0) in main()
350 if (get_option_uint32(&lease->rebindtime, dhcp, DHO_REBINDTIME) != 0) in main()
Ddhcp.h183 int get_option_uint32(uint32_t *, const struct dhcp_message *, uint8_t);
Ddhcp.c396 get_option_uint32(uint32_t *i, const struct dhcp_message *dhcp, uint8_t option) in get_option_uint32() function
1484 if (get_option_uint32(&lease->leasetime, dhcp, DHO_LEASETIME) == 0) { in get_lease()
1491 if (get_option_uint32(&lease->renewaltime, dhcp, DHO_RENEWALTIME) != 0) in get_lease()
1493 if (get_option_uint32(&lease->rebindtime, dhcp, DHO_REBINDTIME) != 0) in get_lease()