Home
last modified time | relevance | path

Searched refs:get_lease (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Ddhcpd.c1281 static uint32_t get_lease(uint32_t req_exp) in get_lease() function
1361 if (update) *req_exp = get_lease(*req_exp + ((dyn_lease*) listdls->arg)->expires); in addip_to_lease()
1373 if (update) *req_exp = get_lease(*req_exp + now); in addip_to_lease()
1392 if (update) *lifetime = get_lease(*lifetime + ((dyn_lease6*) listdls->arg)->expires); in addip6_to_lease()
1406 if (update) *lifetime = get_lease(*lifetime + now); in addip6_to_lease()
2023 reqested_lease = htonl(get_lease(reqested_lease + time(NULL))); in dhcpd_main()
/external/dhcpcd-6.8.2/
Ddhcp.c1429 get_lease(struct dhcpcd_ctx *ctx, in get_lease() function
2076 get_lease(ifp->ctx, lease, state->new); in dhcp_bind()
3641 get_lease(ifp->ctx, &state->lease, state->offer); in dhcp_start1()