Searched refs:local_hostlist_entry (Results 1 – 2 of 2) sorted by relevance
188 static struct local_hostlist_entry *local_hostlist_dynamic;317 struct local_hostlist_entry *entry; in dns_init_local()322 struct local_hostlist_entry *init_entry = &local_hostlist_init[i]; in dns_init_local()329 entry->name = (char*)entry + sizeof(struct local_hostlist_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()383 struct local_hostlist_entry *last_entry = NULL; in dns_local_removehost()387 struct local_hostlist_entry *free_entry; in dns_local_removehost()416 struct local_hostlist_entry *entry; in dns_local_addhost()421 entry = (struct local_hostlist_entry *)memp_malloc(MEMP_LOCALHOSTLIST); in dns_local_addhost()[all …]
82 struct local_hostlist_entry { struct87 struct local_hostlist_entry *next; argument93 #define LOCALHOSTLIST_ELEM_SIZE ((sizeof(struct local_hostlist_entry) + DNS_LOCAL_HOSTLIST_MAX_NAME…
Completed in 4 milliseconds