Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dcache.c21 static struct crec *dhcp_spare = NULL; variable
1028 cache->next = dhcp_spare; in cache_unhash_dhcp()
1029 dhcp_spare = cache; in cache_unhash_dhcp()
1082 if ((crec = dhcp_spare)) in cache_add_dhcp_entry()
1083 dhcp_spare = dhcp_spare->next; in cache_add_dhcp_entry()
1102 if ((aliasc = dhcp_spare)) in cache_add_dhcp_entry()
1103 dhcp_spare = dhcp_spare->next; in cache_add_dhcp_entry()