Home | History | Annotate | Download | only in DNS

Lines Matching refs:weight

20 private int priority, weight, port;
34 * @param weight The weight, used to select between records at the same
41 int weight, int port, Name target)
45 this.weight = checkU16("weight", weight);
53 weight = in.readU16();
61 weight = st.getUInt16();
71 sb.append(weight + " ");
83 /** Returns the weight */
86 return weight;
104 out.writeU16(weight);