Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DLegacyApfFilter.java525 public static class InvalidRaException extends Exception { class in LegacyApfFilter
526 public InvalidRaException(String m) { in InvalidRaException() method in LegacyApfFilter.InvalidRaException
833 public Ra(byte[] packet, int length) throws InvalidRaException { in Ra()
835 throw new InvalidRaException("Not an ICMP6 router advertisement: too short"); in Ra()
846 throw new InvalidRaException("Not an ICMP6 router advertisement"); in Ra()
922 throw new InvalidRaException(String.format( in Ra()
DApfFilter.java613 public static class InvalidRaException extends Exception { class in ApfFilter
614 public InvalidRaException(String m) { in InvalidRaException() method in ApfFilter.InvalidRaException
937 public Ra(byte[] packet, int length) throws InvalidRaException { in Ra()
939 throw new InvalidRaException("Not an ICMP6 router advertisement: too short"); in Ra()
950 throw new InvalidRaException("Not an ICMP6 router advertisement"); in Ra()
982 throw new InvalidRaException(String.format( in Ra()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DLegacyApfTest.java1654 } catch (ApfFilter.InvalidRaException e) { in testRaParsing()
DApfTest.java2741 } catch (ApfFilter.InvalidRaException e) { in testRaParsing()