Searched refs:hopLimit (Results 1 – 3 of 3) sorted by relevance
131 public byte hopLimit; field in RouterAdvertisementDaemon.RaParams138 hopLimit = DEFAULT_HOPLIMIT; in RaParams()146 hopLimit = other.hopLimit; in RaParams()306 haveRaParams ? mRaParams.hopLimit : RaParams.DEFAULT_HOPLIMIT); in assembleRaLocked()382 private static void putHeader(ByteBuffer ra, boolean hasDefaultRoute, byte hopLimit) { in putHeader() argument403 .put(hopLimit) in putHeader()
713 if (params.hasDefaultRoute) params.hopLimit = getHopLimit(upstreamIface, ttlAdjustment); in updateUpstreamIPv6LinkProperties()
949 assertEquals(65, noV6Params.hopLimit); in testAdjustTtlValue()958 assertEquals(65, nonCellularParams.hopLimit); in testAdjustTtlValue()964 assertEquals(65, nonCellularParams.hopLimit); in testAdjustTtlValue()970 assertEquals(63, cellularParams.hopLimit); in testAdjustTtlValue()