Searched refs:labels (Results 1 – 14 of 14) sorted by relevance
/systemd-251/src/resolve/ |
D | test-dnssec.c | 154 rrsig->rrsig.labels = 2; in TEST() 246 rrsig->rrsig.labels = 2; in TEST() 337 rrsig->rrsig.labels = 3; in TEST() 432 rrsig->rrsig.labels = 3; in TEST() 497 rrsig->rrsig.labels = 2; in TEST() 588 rrsig->rrsig.labels = 2; in TEST() 711 rrsig->rrsig.labels = 2; in TEST()
|
D | resolved-dns-rr.c | 653 a->rrsig.labels == b->rrsig.labels && in dns_resource_record_payload_equal() 1023 rr->rrsig.labels, in dns_resource_record_to_string() 1416 siphash24_compress(&rr->rrsig.labels, sizeof(rr->rrsig.labels), state); in dns_resource_record_hash_func() 1593 copy->rrsig.labels = rr->rrsig.labels; in dns_resource_record_copy()
|
D | resolved-dns-dnssec.c | 684 if (rrsig->rrsig.labels > n_key_labels) in dnssec_rrsig_prepare() 690 if (n_signer_labels > rrsig->rrsig.labels) in dnssec_rrsig_prepare() 707 rrsig->n_skip_labels_source = n_key_labels - rrsig->rrsig.labels; in dnssec_rrsig_prepare() 832 fwrite_uint8(f, rrsig->rrsig.labels); in dnssec_rrset_serialize_sig() 1049 r = dns_name_suffix(name, rrsig->rrsig.labels, &source); in dnssec_verify_rrset()
|
D | resolved-dns-rr.h | 200 uint8_t labels; member
|
D | resolved-dns-packet.c | 1079 r = dns_packet_append_uint8(p, rr->rrsig.labels, NULL); in dns_packet_append_rr() 1968 r = dns_packet_read_uint8(p, &rr->rrsig.labels, NULL); in dns_packet_read_rr()
|
/systemd-251/.github/workflows/ |
D | labeler.yml | 23 sync-labels: "" # This is a workaround for issue 18671
|
/systemd-251/shell-completion/zsh/ |
D | _networkctl | 11 'label:Show address labels'
|
/systemd-251/src/shared/ |
D | dns-domain.c | 1149 const char* labels[DNS_N_LABELS_MAX+1]; in dns_name_suffix() local 1155 n = dns_name_build_suffix_table(name, labels); in dns_name_suffix() 1162 *ret = labels[n - n_labels]; in dns_name_suffix()
|
/systemd-251/src/libsystemd/sd-bus/ |
D | sd-bus.c | 3989 _cleanup_strv_free_ char **labels = NULL; in sd_bus_path_encode_many() local 4018 r = strv_consume(&labels, label); in sd_bus_path_encode_many() 4034 label_pos = labels; in sd_bus_path_encode_many() 4052 _cleanup_strv_free_ char **labels = NULL; in sd_bus_path_decode_many() local 4124 r = strv_consume(&labels, label); in sd_bus_path_decode_many() 4137 for (label_pos = labels; label_pos && *label_pos; ++label_pos) { in sd_bus_path_decode_many() 4148 labels = mfree(labels); in sd_bus_path_decode_many()
|
/systemd-251/docs/ |
D | RESOLVED-VPNS.md | 108 server, since it matches by three suffix labels instead of just two. The fact 113 for four labels, while the other is for zero labels.
|
/systemd-251/hwdb.d/ |
D | 60-keyboard.hwdb | 1514 # labels on the keys/buttons (or standard icons on the buttons 1515 # that have no text labels), except as noted.
|
/systemd-251/ |
D | TODO | 335 words: show partition labels). 340 boot counting, implemented in the partition table labels and directory names.
|
D | meson.build | 342 '-Wendif-labels',
|
D | NEWS | 7009 labels. The [Network] section gained the new IPv6ProxyNDP= setting. 10120 used to assign SMACK labels to files. 11860 with specific SELinux labels set. 14312 useful to apply SELinux labels to specific files in /sys,
|