Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddhcpd.c110 typedef struct static_lease_s { struct
111 struct static_lease_s *next; argument
504 struct static_lease_s *sltmp; in get_staticlease()
518 sltmp = xzalloc(sizeof(struct static_lease_s)); in get_staticlease()