HomeSort by: relevance | last modified time | path
    Searched refs:get_option_uint32 (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/rump_dhcpclient/
dhcp.c 297 get_option_uint32(uint32_t *i, const struct dhcp_message *dhcp, uint8_t option) function
760 if (get_option_uint32(&lease->leasetime, dhcp, DHO_LEASETIME) == 0) {
767 if (get_option_uint32(&lease->renewaltime, dhcp, DHO_RENEWALTIME) != 0)
769 if (get_option_uint32(&lease->rebindtime, dhcp, DHO_REBINDTIME) != 0)
dhcp.h 182 int get_option_uint32(uint32_t *, const struct dhcp_message *, uint8_t);
  /src/external/bsd/dhcpcd/dist/src/
dhcp.c 300 get_option_uint32(struct dhcpcd_ctx *ctx, function
1563 if (get_option_uint32(ctx, &lease->leasetime,
1566 if (get_option_uint32(ctx, &lease->renewaltime,
1569 if (get_option_uint32(ctx, &lease->rebindtime,
3346 if (get_option_uint32(ifp->ctx, &v6only_time, bootp, bootp_len,

Completed in 18 milliseconds