Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-dns-stub.c360 unsigned n_answer = 0, n_authoritative = 0, n_additional = 0; in dns_stub_add_reply_packet_body() local
384 r = dns_packet_append_answer(p, additional, &n_additional); in dns_stub_add_reply_packet_body()
399 DNS_PACKET_HEADER(p)->arcount = htobe16(n_additional); in dns_stub_add_reply_packet_body()