Searched refs:bypass (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/resolve/ |
D | resolved-dns-transaction.h | 56 DnsPacket *bypass; /* For bypass lookups the full original request packet */ member 145 int dns_transaction_new(DnsTransaction **ret, DnsScope *s, DnsResourceKey *key, DnsPacket *bypass, … 169 assert(t->bypass); in dns_transaction_key() 171 return dns_question_first_key(t->bypass->question); in dns_transaction_key()
|
D | resolved-dns-transaction.c | 158 dns_packet_unref(t->bypass); in dns_transaction_free() 227 DnsPacket *bypass, in dns_transaction_new() argument 237 assert(!bypass); in dns_transaction_new() 244 assert(bypass); in dns_transaction_new() 246 r = dns_packet_validate_query(bypass); in dns_transaction_new() 250 DNS_QUESTION_FOREACH(qk, bypass->question) { in dns_transaction_new() 281 .bypass = dns_packet_ref(bypass), in dns_transaction_new() 416 t->bypass ? "Bypass" : "Regular", in dns_transaction_complete() 694 if (!t->bypass) { in dns_transaction_emit_tcp() 1124 if (!t->bypass && in dns_transaction_process_reply() [all …]
|
D | resolved-dns-query.c | 122 DnsPacket *bypass) { in dns_query_candidate_add_transaction() argument 132 assert(!bypass); in dns_query_candidate_add_transaction() 143 assert(bypass); in dns_query_candidate_add_transaction() 145 r = dns_transaction_new(&t, c->scope, NULL, bypass, c->query->flags); in dns_query_candidate_add_transaction()
|
D | resolved-dns-stub.c | 877 bool bypass = false; in dns_stub_process_query() local 950 bypass = true; in dns_stub_process_query() 954 bypass = true; in dns_stub_process_query() 957 if (bypass) in dns_stub_process_query()
|
/systemd-251/docs/ |
D | ENVIRONMENT.md | 262 example to bypass IPC calls to the very service that is about to be
|
/systemd-251/ |
D | TODO | 940 * bypass SIGTERM state in unit files if KillSignal is SIGKILL
|
D | NEWS | 1351 this address they are propagated in "bypass" mode only, i.e. are 5483 kernel command line option, in which case it will bypass resuming 13169 * Various systemd components will now bypass polkit checks for
|
/systemd-251/hwdb.d/ |
D | pci.ids | 17435 0046 4-port bypass PCI-E w disconnect low profile
|
D | 20-pci-vendor-model.hwdb | 51567 ID_MODEL_FROM_DATABASE=4-port bypass PCI-E w disconnect low profile
|