Searched refs:local_hostlist_static (Results 1 – 1 of 1) sorted by relevance
201 DNS_LOCAL_HOSTLIST_STORAGE_PRE struct local_hostlist_entry local_hostlist_static[] variable365 for (i = 0; i < sizeof(local_hostlist_static) / sizeof(struct local_hostlist_entry); i++) { in dns_lookup_local()366 if(strcmp(local_hostlist_static[i].name, hostname) == 0) { in dns_lookup_local()367 return ip4_addr_get_u32(&local_hostlist_static[i].addr); in dns_lookup_local()