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.java497 public static class InvalidRaException extends Exception { class in ApfFilter
498 public InvalidRaException(String m) { in InvalidRaException() method in ApfFilter.InvalidRaException
651 Ra(byte[] packet, int length) throws InvalidRaException { in Ra()
653 throw new InvalidRaException("Not an ICMP6 router advertisement"); in Ra()
664 throw new InvalidRaException("Not an ICMP6 router advertisement"); in Ra()
735 throw new InvalidRaException(String.format( in Ra()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java2036 } catch (ApfFilter.InvalidRaException e) { in testRaParsing()