Searched refs:exchange (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/resolve/ |
D | test-dnssec.c | 144 mx->mx.exchange = strdup("mail.example.com."); in TEST() 145 assert_se(mx->mx.exchange); in TEST() 236 mx->mx.exchange = strdup("mail.example.com."); in TEST() 237 assert_se(mx->mx.exchange); in TEST() 674 mx1->mx.exchange = strdup("ASPMX.L.GOOGLE.COM"); in TEST() 675 assert_se(mx1->mx.exchange); in TEST() 683 mx2->mx.exchange = strdup("ALT2.ASPMX.L.GOOGLE.COM"); in TEST() 684 assert_se(mx2->mx.exchange); in TEST() 692 mx3->mx.exchange = strdup("ASPMX2.GOOGLEMAIL.COM"); in TEST() 693 assert_se(mx3->mx.exchange); in TEST() [all …]
|
D | resolved-dns-rr.c | 432 free(rr->mx.exchange); in dns_resource_record_free() 620 return dns_name_equal(a->mx.exchange, b->mx.exchange); in dns_resource_record_payload_equal() 907 rr->mx.exchange); in dns_resource_record_to_string() 1387 dns_name_hash_func(rr->mx.exchange, state); in dns_resource_record_hash_func() 1562 copy->mx.exchange = strdup(rr->mx.exchange); in dns_resource_record_copy() 1563 if (!copy->mx.exchange) in dns_resource_record_copy()
|
D | resolved-dns-rr.h | 158 char *exchange; member
|
D | resolved-dns-packet.c | 995 r = dns_packet_append_name(p, rr->mx.exchange, true, true, NULL); in dns_packet_append_rr() 1825 r = dns_packet_read_name(p, &rr->mx.exchange, true, NULL); in dns_packet_read_rr()
|
/systemd-251/ |
D | LICENSE.GPL2 | 88 you may at your option offer warranty protection in exchange for a fee.
|
D | LICENSE.LGPL2.1 | 159 and you may at your option offer warranty protection in exchange for a
|
D | NEWS | 12485 kdbus kernel project. It works well enough to exchange
|
/systemd-251/LICENSES/ |
D | LGPL-2.0-or-later.txt | 56 …of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
|