Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/udhcp/
Ddhcpd.c69 static void add_static_lease(struct static_lease **st_lease_pp, in add_static_lease() argument
80 while ((st_lease = *st_lease_pp) != NULL) { in add_static_lease()
81 st_lease_pp = &st_lease->next; in add_static_lease()
85 *st_lease_pp = st_lease = xzalloc(sizeof(*st_lease) + optlen); in add_static_lease()