Home | History | Annotate | Download | only in net

Lines Matching refs:mtu

43     /** Link MTU option. 0 means unset. */
44 public int mtu;
63 mtu = source.mtu;
83 mtu = 0;
93 if (mtu != 0) str.append(" MTU ").append(mtu);
110 mtu == target.mtu;
131 dest.writeInt(mtu);
139 dhcpResults.mtu = in.readInt();