Searched refs:DHCPLIST (Results 1 – 6 of 6) sorted by relevance
10 DHCPLIST *temp; in init_leases_list()52 list = (DHCPLIST *)malloc( sizeof( DHCPLIST )); in init_leases_list()84 temp->next = (DHCPLIST *)malloc( sizeof( DHCPLIST )); in init_leases_list()130 temp->next = (DHCPLIST *)malloc( sizeof( DHCPLIST )); in init_leases_list()140 DHCPLIST *temp; in find_lease()186 DHCPLIST *temp; in confirm_lease()207 DHCPLIST *temp; in release_lease()
4 extern DHCPLIST *leased_list;
4 extern DHCPLIST *list;
54 typedef struct _DHCPLIST DHCPLIST; typedef
9 DHCPLIST *temp, *ntemp; in check_leased_list()
9 DHCPLIST *list;