Searched refs:dns_resource_record_new_full (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/resolve/ |
D | test-dnssec.c | 50 ds1 = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_DS, "nasa.gov"); in TEST() 62 ds2 = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_DS, "NASA.GOV"); in TEST() 74 dnskey = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_DNSKEY, "nasa.GOV"); in TEST() 116 dnskey = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_DNSKEY, "example.com."); in TEST() 128 ds = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_DS, "example.com."); in TEST() 140 mx = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_MX, "example.com."); in TEST() 149 rrsig = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_RRSIG, "example.com."); in TEST() 208 dnskey = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_DNSKEY, "example.com."); in TEST() 220 ds = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_DS, "example.com."); in TEST() 232 mx = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_MX, "example.com."); in TEST() [all …]
|
D | resolved-dnssd.c | 234 txt_data->rr = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_TXT, in dnssd_update_rrs() 245 s->ptr_rr = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_PTR, in dnssd_update_rrs() 255 s->srv_rr = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_SRV, in dnssd_update_rrs()
|
D | resolved-dns-synthesize.c | 73 … rr = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_A, dns_resource_key_name(key)); in synthesize_localhost_rr() 87 … rr = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_AAAA, dns_resource_key_name(key)); in synthesize_localhost_rr() 104 rr = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_PTR, from); in answer_add_ptr()
|
D | test-dns-packet.c | 97 … assert_se(cname = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_CNAME, "quux.foobar")); in test_dns_resource_record_get_cname_target() 110 … assert_se(dname = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_DNAME, "quux.foobar")); in test_dns_resource_record_get_cname_target()
|
D | resolved-dns-trust-anchor.c | 281 rr = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_DS, domain); in dns_trust_anchor_load_positive() 338 rr = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_DNSKEY, domain); in dns_trust_anchor_load_positive()
|
D | resolved-dns-rr.h | 328 DnsResourceRecord* dns_resource_record_new_full(uint16_t class, uint16_t type, const char *name);
|
D | resolved-dns-rr.c | 389 DnsResourceRecord* dns_resource_record_new_full(uint16_t class, uint16_t type, const char *name) { in dns_resource_record_new_full() function 538 rr = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_A, name); in dns_resource_record_new_address() 546 rr = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_AAAA, name); in dns_resource_record_new_address()
|
D | resolved-dns-answer.c | 247 soa = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_SOA, name); in dns_answer_add_soa()
|
D | resolved-dns-scope.c | 1473 rr = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_PTR, in dns_scope_announce()
|