Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Ddns.h73 struct local_hostlist_entry { struct
78 struct local_hostlist_entry *next; argument
85 #define LOCALHOSTLIST_ELEM_SIZE ((sizeof(struct local_hostlist_entry) + DNS_LOCAL_HOSTLIST_MAX_NAME…
/third_party/lwip/src/core/
Ddns.c266 static struct local_hostlist_entry *local_hostlist_dynamic;
279 DNS_LOCAL_HOSTLIST_STORAGE_PRE struct local_hostlist_entry local_hostlist_static[]
416 struct local_hostlist_entry *entry; in dns_init_local()
418 struct local_hostlist_entry local_hostlist_init[] = DNS_LOCAL_HOSTLIST_INIT; in dns_init_local()
421 struct local_hostlist_entry *init_entry = &local_hostlist_init[i]; in dns_init_local()
425 entry = (struct local_hostlist_entry *)memp_malloc(MEMP_LOCALHOSTLIST); in dns_init_local()
428 char *entry_name = (char *)entry + sizeof(struct local_hostlist_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()
[all …]