Searched refs:subnetId (Results 1 – 1 of 1) sorted by relevance
56 public final short subnetId; field in IPv6TetheringCoordinator.Downstream58 Downstream(IpServer ipServer, int mode, short subnetId) { in Downstream() argument61 this.subnetId = subnetId; in Downstream()192 return getUniqueLocalConfig(mUniqueLocalPrefix, ds.subnetId); in getInterfaceIPv6LinkProperties()274 private static LinkProperties getUniqueLocalConfig(byte[] ulp, short subnetId) { in getUniqueLocalConfig() argument280 final IpPrefix local64 = makeUniqueLocalPrefix(ulp, subnetId, 64); in getUniqueLocalConfig()290 private static IpPrefix makeUniqueLocalPrefix(byte[] in6addr, short subnetId, int prefixlen) { in makeUniqueLocalPrefix() argument292 bytes[7] = (byte) (subnetId >> 8); in makeUniqueLocalPrefix()293 bytes[8] = (byte) subnetId; in makeUniqueLocalPrefix()