Home | History | Annotate | Download | only in DNS

Lines Matching full:labels

20 protected int alg, labels;
40 this.labels = name.labels() - 1;
42 this.labels--;
55 labels = in.readU8();
74 labels = st.getUInt8();
91 sb.append (labels);
130 * Returns the number of labels in the signed domain name. This may be
136 return labels;
184 out.writeU8(labels);