Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/net/dhcpd/src/leases/
H A Dleases.c10 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()
/reactos/modules/rosapps/applications/net/dhcpd/src/include/
H A Dlock.h4 extern DHCPLIST *leased_list;
H A Dleases.h4 extern DHCPLIST *list;
H A Ddatatypes.h54 typedef struct _DHCPLIST DHCPLIST; typedef
/reactos/modules/rosapps/applications/net/dhcpd/src/lock/
H A Dlocker.c9 DHCPLIST *temp, *ntemp; in check_leased_list()
/reactos/modules/rosapps/applications/net/dhcpd/src/
H A Dmain.c9 DHCPLIST *list;