Searched refs:dns_scope_make_reply_packet (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/resolve/ |
D | resolved-dns-scope.h | 89 int dns_scope_make_reply_packet(DnsScope *s, uint16_t id, int rcode, DnsQuestion *q, DnsAnswer *ans…
|
D | resolved-dns-scope.c | 901 int dns_scope_make_reply_packet( in dns_scope_make_reply_packet() function 1028 …r = dns_scope_make_reply_packet(s, DNS_PACKET_ID(p), DNS_RCODE_SUCCESS, p->question, answer, soa, … in dns_scope_process_query() 1496 r = dns_scope_make_reply_packet(scope, 0, DNS_RCODE_SUCCESS, NULL, answer, NULL, false, &p); in dns_scope_announce()
|
D | resolved-mdns.c | 332 r = dns_scope_make_reply_packet(s, DNS_PACKET_ID(p), DNS_RCODE_SUCCESS, in mdns_scope_process_query()
|