Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DApfFilter.java502 public static class InvalidRaException extends Exception { class in ApfFilter
503 public InvalidRaException(String m) { in InvalidRaException() method in ApfFilter.InvalidRaException
773 Ra(byte[] packet, int length) throws InvalidRaException { in Ra()
775 throw new InvalidRaException("Not an ICMP6 router advertisement: too short"); in Ra()
786 throw new InvalidRaException("Not an ICMP6 router advertisement"); in Ra()
857 throw new InvalidRaException(String.format( in Ra()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java2239 } catch (ApfFilter.InvalidRaException e) { in testRaParsing()