Searched refs:SD_RESOLVED_NO_SEARCH (Results 1 - 4 of 4) sorted by relevance

/systemd/src/resolve/
H A Dresolved-def.h32 #define SD_RESOLVED_NO_SEARCH (UINT64_C(1) << 8) macro
H A Dresolved-bus.c263 r = check_ifindex_flags(ifindex, &flags, SD_RESOLVED_NO_SEARCH, error);
415 r = dns_query_new(m, &q, question, question, ifindex, flags|SD_RESOLVED_NO_SEARCH);
586 r = dns_query_new(m, &q, question, question, ifindex, flags|SD_RESOLVED_NO_SEARCH);
932 r = dns_query_new(q->manager, &aux, question, question, ifindex, q->flags|SD_RESOLVED_NO_SEARCH);
1100 r = dns_query_new(m, &q, question_utf8, question_idna, ifindex, flags|SD_RESOLVED_NO_SEARCH);
H A Dresolve-tool.c1125 arg_flags |= SD_RESOLVED_NO_SEARCH;
1127 arg_flags &= ~SD_RESOLVED_NO_SEARCH;
H A Dresolved-dns-query.c573 if ((q->flags & SD_RESOLVED_NO_SEARCH) == 0) {
977 q->flags |= SD_RESOLVED_NO_SEARCH;

Completed in 19 milliseconds