Lines Matching defs:local_ip
20 struct ip_addr local_ip;
36 /* cache for other settings (local_ip/local_name set) */
40 /* local_name, local_ip => struct settings_entry */
104 if (input->local_name != NULL || input->local_ip.family != 0)
136 don't even try to use local_ip (even though we have it), because
144 input->local_ip.family != 0) {
146 &input->local_ip);
170 else if (entry->local_ip.family != 0)
171 hash_table_remove(cache->local_ip_hash, &entry->local_ip);
198 if (input->local_name == NULL && input->local_ip.family == 0)
202 /* use global settings, but add local_ip/host to hash tables
220 entry->local_ip = input->local_ip;
246 } else if (input->local_ip.family != 0) {
252 &entry->local_ip) == NULL);
254 &entry->local_ip, entry);