Searched refs:minLifetime (Results 1 – 1 of 1) sorted by relevance
535 mMinLifetime = minLifetime(packet, length); in Ra()553 long minLifetime(byte[] packet, int length) { in minLifetime() method in ApfFilter.Ra554 long minLifetime = Long.MAX_VALUE; in minLifetime() local577 minLifetime = Math.min(minLifetime, optionLifetime); in minLifetime()579 return minLifetime; in minLifetime()1028 ra.mMinLifetime = ra.minLifetime(packet, length); in processRa()