Searched refs:IPV6_MIN_MTU (Results 1 – 2 of 2) sorted by relevance
19 import static android.net.util.NetworkConstants.IPV6_MIN_MTU;108 private final byte[] mRA = new byte[IPV6_MIN_MTU];139 mtu = IPV6_MIN_MTU; in RaParams()472 .putInt((mtu < IPV6_MIN_MTU) ? IPV6_MIN_MTU : mtu); in putMtu()675 private final byte[] mSolicitation = new byte[IPV6_MIN_MTU];
54 public static final int IPV6_MIN_MTU = 1280; field in NetworkConstants