Searched refs:minLifetime (Results 1 – 1 of 1) sorted by relevance
707 mMinLifetime = minLifetime(packet, length); in Ra()725 long minLifetime(byte[] packet, int length) { in minLifetime() method in ApfFilter.Ra726 long minLifetime = Long.MAX_VALUE; in minLifetime() local754 minLifetime = Math.min(minLifetime, optionLifetime); in minLifetime()756 return minLifetime; in minLifetime()1336 ra.mMinLifetime = ra.minLifetime(packet, length); in processRa()