Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DApfFilter.java625 LIFETIME, // A lifetime. Not matched, and counts toward minimum RA lifetime if >= min. enumConstant
642 if (type == Type.LIFETIME && length != 2 && length != 4) { in PacketSection()
661 if (type == Type.LIFETIME) { in toString()
885 new PacketSection(mPacket.position(), length, PacketSection.Type.LIFETIME, in addLifetimeSection()
1075 if (section.type != PacketSection.Type.LIFETIME) continue; in matches()
1163 if (section.type != PacketSection.Type.LIFETIME) { in getExpirationTime()
DLegacyApfFilter.java538 LIFETIME, // A lifetime. Not matched, and generally counts toward minimum RA lifetime. enumConstant
561 if (type == Type.LIFETIME) { in toString()
768 new PacketSection(mPacket.position(), length, PacketSection.Type.LIFETIME, in addLifetimeSection()
824 return section.type == PacketSection.Type.LIFETIME in isRelevantLifetime()