Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Ddns.c188 static struct local_hostlist_entry *local_hostlist_dynamic; variable
333 entry->next = local_hostlist_dynamic; in dns_init_local()
334 local_hostlist_dynamic = entry; in dns_init_local()
351 struct local_hostlist_entry *entry = local_hostlist_dynamic; in dns_lookup_local()
382 struct local_hostlist_entry *entry = local_hostlist_dynamic; in dns_local_removehost()
391 local_hostlist_dynamic = entry->next; in dns_local_removehost()
429 entry->next = local_hostlist_dynamic; in dns_local_addhost()
430 local_hostlist_dynamic = entry; in dns_local_addhost()

Completed in 4 milliseconds