Searched defs:labels (Results 1 - 3 of 3) sorted by relevance

/systemd/src/shared/
H A Ddns-domain.c103 * generate labels with them
143 * labels. */
152 /* no more labels */
210 /* DNS labels must be between 1 and 63 characters long. A
959 return c == 2; /* exactly two labels */
1152 const char* labels[DNS_N_LABELS_MAX+1]; local
1158 n = dns_name_build_suffix_table(name, labels);
1165 *ret = labels[n - n_labels];
/systemd/src/resolve/
H A Dresolved-dns-rr.h115 /* How many labels to strip to determine "signer" of the RRSIG (aka, the zone). -1 if not signed. */
117 /* How many labels to strip to determine "synthesizing source" of this RR, i.e. the wildcard's immediate parent. -1 if not signed. */
208 uint8_t labels; member in struct:DnsResourceRecord::__anon231::__anon244
/systemd/src/libsystemd/sd-bus/
H A Dsd-bus.c3463 _cleanup_strv_free_ char **labels = NULL; local
3492 r = strv_consume(&labels, label);
3508 label_pos = labels;
3526 _cleanup_strv_free_ char **labels = NULL; local
3598 r = strv_consume(&labels, label);
3609 /* copy the labels over to the caller */
3611 for (label_pos = labels; label_pos && *label_pos; ++label_pos) {
3622 free(labels);
3623 labels = NULL;

Completed in 1629 milliseconds