Searched refs:SD_RESOLVED_NO_SEARCH (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/resolve/ |
D | resolved-varlink.c | 140 if (name && FLAGS_SET(ok, SD_RESOLVED_NO_SEARCH) && dns_name_dot_suffixed(name) > 0) in validate_and_mangle_flags() 141 *flags |= SD_RESOLVED_NO_SEARCH; in validate_and_mangle_flags() 317 if (!validate_and_mangle_flags(p.name, &p.flags, SD_RESOLVED_NO_SEARCH)) in vl_method_resolve_hostname() 500 … r = dns_query_new(m, &q, question, question, NULL, p.ifindex, p.flags|SD_RESOLVED_NO_SEARCH); in vl_method_resolve_address()
|
D | resolved-def.h | 25 #define SD_RESOLVED_NO_SEARCH (UINT64_C(1) << 8) macro
|
D | resolved-bus.c | 376 if (name && FLAGS_SET(ok, SD_RESOLVED_NO_SEARCH) && dns_name_dot_suffixed(name) > 0) in validate_and_mangle_flags() 377 *flags |= SD_RESOLVED_NO_SEARCH; in validate_and_mangle_flags() 496 r = validate_and_mangle_flags(hostname, &flags, SD_RESOLVED_NO_SEARCH, error); in bus_method_resolve_hostname() 664 r = dns_query_new(m, &q, question, question, NULL, ifindex, flags|SD_RESOLVED_NO_SEARCH); in bus_method_resolve_address() 844 …r = dns_query_new(m, &q, question, question, NULL, ifindex, flags|SD_RESOLVED_NO_SEARCH|SD_RESOLVE… in bus_method_resolve_record() 1202 …dns_query_new(q->manager, &aux, question, question, NULL, ifindex, q->flags|SD_RESOLVED_NO_SEARCH); in resolve_service_hostname() 1367 …r = dns_query_new(m, &q, question_utf8, question_idna, NULL, ifindex, flags|SD_RESOLVED_NO_SEARCH); in bus_method_resolve_service()
|
D | resolved-dns-query.c | 614 if (!FLAGS_SET(q->flags, SD_RESOLVED_NO_SEARCH) && in dns_query_add_candidate() 1021 q->flags |= SD_RESOLVED_NO_SEARCH; in dns_query_cname_redirect()
|
D | resolved-dns-stub.c | 961 SD_RESOLVED_NO_SEARCH| in dns_stub_process_query() 968 SD_RESOLVED_NO_SEARCH| in dns_stub_process_query()
|
D | resolvectl.c | 2898 SET_FLAG(arg_flags, SD_RESOLVED_NO_SEARCH, r == 0); in compat_parse_argv() 3218 SET_FLAG(arg_flags, SD_RESOLVED_NO_SEARCH, r == 0); in native_parse_argv()
|