Home
last modified time | relevance | path

Searched refs:SD_RESOLVED_NO_SEARCH (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/resolve/
Dresolved-varlink.c140 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()
Dresolved-def.h25 #define SD_RESOLVED_NO_SEARCH (UINT64_C(1) << 8) macro
Dresolved-bus.c376 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()
Dresolved-dns-query.c614 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()
Dresolved-dns-stub.c961 SD_RESOLVED_NO_SEARCH| in dns_stub_process_query()
968 SD_RESOLVED_NO_SEARCH| in dns_stub_process_query()
Dresolvectl.c2898 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()