Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddhcpd.c174 typedef struct static_lease_s { struct
175 struct static_lease_s *next; argument
658 struct static_lease_s *sltmp; in get_staticlease()
672 sltmp = xzalloc(sizeof(struct static_lease_s)); in get_staticlease()