Lines Matching defs:in
11 systemd is distributed in the hope that it will be useful, but
73 siphash24_compress(&item->address.in, sizeof(item->address.in), state);
85 return memcmp(&x->address.in.s_addr, &y->address.in.s_addr, sizeof(struct in_addr));
189 union in_addr_union in;
198 return log_error_errno(r, "Couldn't extract address, in line /etc/hosts:%u.", nr);
200 log_error("Premature end of line, in line /etc/hosts:%u.", nr);
204 r = in_addr_from_string_auto(address, &family, &in);
206 return log_error_errno(r, "Address '%s' is invalid, in line /etc/hosts:%u.", address, nr);
213 return log_error_errno(r, "Couldn't extract host name, in line /etc/hosts:%u.", nr);
219 return log_error_errno(r, "Hostname %s is not valid, ignoring, in line /etc/hosts:%u.", name, nr);
239 log_error("Line is missing any host names, in line /etc/hosts:%u.", nr);
244 r = add_item(m, family, &in, names);
278 /* Did the mtime change? If not, there's no point in re-reading the file. */
357 /* We have an address in /etc/hosts that matches the queried name. Let's return successful. Actual data