Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Ddns.c266 static struct local_hostlist_entry *local_hostlist_dynamic; variable
433 entry->next = local_hostlist_dynamic; in dns_init_local()
434 local_hostlist_dynamic = entry; in dns_init_local()
453 struct local_hostlist_entry *entry = local_hostlist_dynamic; in dns_local_iterate()
497 struct local_hostlist_entry *entry = local_hostlist_dynamic; in dns_lookup_local()
538 struct local_hostlist_entry *entry = local_hostlist_dynamic; in dns_local_removehost()
547 local_hostlist_dynamic = entry->next; in dns_local_removehost()
588 entry->next = local_hostlist_dynamic; in dns_local_addhost()
589 local_hostlist_dynamic = entry; in dns_local_addhost()