Home | History | Annotate | Download | only in DNS

Lines Matching refs:preference

17 private int preference;
30 * @param preference The preference of this mail address.
35 PXRecord(Name name, int dclass, long ttl, int preference,
40 this.preference = checkU16("preference", preference);
47 preference = in.readU16();
54 preference = st.getUInt16();
63 sb.append(preference);
73 out.writeU16(preference);
78 /** Gets the preference of the route. */
81 return preference;