Searched refs:DNS_PROTOCOL_MDNS (Results 1 - 10 of 10) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-packet.h40 DNS_PROTOCOL_MDNS, enumerator in enum:DnsProtocol
264 case DNS_PROTOCOL_MDNS:
H A Dresolved-dns-scope.c241 case DNS_PROTOCOL_MDNS:
284 assert(p->protocol == DNS_PROTOCOL_MDNS);
465 case DNS_PROTOCOL_MDNS:
587 if (s->protocol != DNS_PROTOCOL_MDNS)
821 if (s->protocol != DNS_PROTOCOL_MDNS)
H A Dresolved-mdns.c76 r = manager_recv(m, fd, DNS_PROTOCOL_MDNS, &p);
H A Dresolved-dns-packet.c90 case DNS_PROTOCOL_MDNS:
219 case DNS_PROTOCOL_MDNS:
268 case DNS_PROTOCOL_MDNS:
1547 if (p->protocol == DNS_PROTOCOL_MDNS) {
1932 bool allow_compressed = p->protocol == DNS_PROTOCOL_MDNS;
2214 (p->protocol == DNS_PROTOCOL_MDNS && !cache_flush ? DNS_ANSWER_SHARED_OWNER : 0));
2292 [DNS_PROTOCOL_MDNS] = "mdns",
H A Dresolved-dns-transaction.c824 case DNS_PROTOCOL_MDNS:
890 case DNS_PROTOCOL_MDNS:
901 if (t->scope->protocol == DNS_PROTOCOL_MDNS) {
1126 case DNS_PROTOCOL_MDNS:
1154 case DNS_PROTOCOL_MDNS:
1302 assert(t->scope->protocol == DNS_PROTOCOL_MDNS);
1402 if (t->scope->protocol == DNS_PROTOCOL_MDNS)
1446 t->scope->protocol == DNS_PROTOCOL_MDNS)) {
1463 case DNS_PROTOCOL_MDNS:
H A Dresolved-dns-synthesize.c70 return DNS_PROTOCOL_MDNS;
H A Dresolved-link.c142 r = dns_scope_new(l->manager, &l->mdns_ipv4_scope, l, DNS_PROTOCOL_MDNS, AF_INET);
153 r = dns_scope_new(l->manager, &l->mdns_ipv6_scope, l, DNS_PROTOCOL_MDNS, AF_INET6);
H A Dresolved-dns-cache.c1002 if (r == -EMSGSIZE && p->protocol == DNS_PROTOCOL_MDNS) {
H A Dresolved-dns-query.c1085 case DNS_PROTOCOL_MDNS:
H A Dresolved-manager.c1058 case DNS_PROTOCOL_MDNS:

Completed in 3816 milliseconds