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
458 entry->next = local_hostlist_dynamic; in dns_init_local()
459 local_hostlist_dynamic = entry; in dns_init_local()
478 struct local_hostlist_entry *entry = local_hostlist_dynamic; in dns_local_iterate()
522 struct local_hostlist_entry *entry = local_hostlist_dynamic; in dns_lookup_local()
563 struct local_hostlist_entry *entry = local_hostlist_dynamic; in dns_local_removehost()
572 local_hostlist_dynamic = entry->next; in dns_local_removehost()
613 entry->next = local_hostlist_dynamic; in dns_local_addhost()
614 local_hostlist_dynamic = entry; in dns_local_addhost()