Home
last modified time | relevance | path

Searched refs:is_outbound_hostname (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dhostname-util.h58 static inline bool is_outbound_hostname(const char *hostname) { in is_outbound_hostname() function
/systemd-251/src/nss-myhostname/
Dnss-myhostname.c69 } else if (is_outbound_hostname(name)) { in _nss_myhostname_gethostbyname4_r()
363 } else if (is_outbound_hostname(name)) { in _nss_myhostname_gethostbyname3_r()
/systemd-251/src/resolve/
Dresolved-dns-synthesize.c427 } else if (is_outbound_hostname(name)) { in dns_synthesize_answer()
Dresolved-dns-scope.c639 if (is_gateway_hostname(domain) || is_outbound_hostname(domain)) in dns_scope_good_domain()
763 !is_outbound_hostname(domain) && /* similar for "_outbound" */ in dns_scope_good_domain()