Home
last modified time | relevance | path

Searched refs:ROUTER_LIFETIME (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java2017 final int ROUTER_LIFETIME = 1000; in makeBaseRaPacket() local
2027 basePacket.putShort(ICMP6_RA_ROUTER_LIFETIME_OFFSET, (short) ROUTER_LIFETIME); in makeBaseRaPacket()
2043 final int ROUTER_LIFETIME = 1000; in testApfFilterRa() local
2058 verifyRaLifetime(apfFilter, ipClientCallback, basePacket, ROUTER_LIFETIME); in testApfFilterRa()
2059 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, -1, -1, -1)); in testApfFilterRa()
2090 ROUTER_LIFETIME, PREFIX_VALID_LIFETIME, PREFIX_PREFERRED_LIFETIME, -1, -1, -1)); in testApfFilterRa()
2099 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, -1, RDNSS_LIFETIME, -1)); in testApfFilterRa()
2108 ROUTER_LIFETIME); in testApfFilterRa()
2109 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, -1, lowLifetime, -1)); in testApfFilterRa()
2117 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, ROUTE_LIFETIME, -1, -1)); in testApfFilterRa()
[all …]