Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Ddns.c188 static struct local_hostlist_entry *local_hostlist_dynamic; variable
338 entry->next = local_hostlist_dynamic; in dns_init_local()
339 local_hostlist_dynamic = entry; in dns_init_local()
356 struct local_hostlist_entry *entry = local_hostlist_dynamic; in dns_lookup_local()
387 struct local_hostlist_entry *entry = local_hostlist_dynamic; in dns_local_removehost()
396 local_hostlist_dynamic = entry->next; in dns_local_removehost()
434 entry->next = local_hostlist_dynamic; in dns_local_addhost()
435 local_hostlist_dynamic = entry; in dns_local_addhost()