Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Ddns-type.c276 const char* tlsa_selector_to_string(uint8_t selector) { in tlsa_selector_to_string() argument
277 switch (selector) { in tlsa_selector_to_string()
295 const char* tlsa_matching_type_to_string(uint8_t selector) { in tlsa_matching_type_to_string() argument
297 switch (selector) { in tlsa_matching_type_to_string()
Ddns-type.h138 const char *tlsa_selector_to_string(uint8_t selector);
141 const char *tlsa_matching_type_to_string(uint8_t selector);
Dresolved-dns-rr.c675 a->tlsa.selector == b->tlsa.selector && in dns_resource_record_payload_equal()
1086 const char *cert_usage, *selector, *matching_type; in dns_resource_record_to_string() local
1089 selector = tlsa_selector_to_string(rr->tlsa.selector); in dns_resource_record_to_string()
1103 rr->tlsa.selector, in dns_resource_record_to_string()
1107 selector, in dns_resource_record_to_string()
1450 siphash24_compress(&rr->tlsa.selector, sizeof(rr->tlsa.selector), state); in dns_resource_record_hash_func()
1649 copy->tlsa.selector = rr->tlsa.selector; in dns_resource_record_copy()
Dresolved-dns-rr.h241 uint8_t selector; member
Dresolved-dns-packet.c1157 r = dns_packet_append_uint8(p, rr->tlsa.selector, NULL); in dns_packet_append_rr()
2076 r = dns_packet_read_uint8(p, &rr->tlsa.selector, NULL); in dns_packet_read_rr()
/systemd-251/src/basic/linux/
Dnetlink.h252 __u32 selector; member