Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
H A DDhcpPacketTest.java551 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode); in testBadIpPacket()
570 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode); in testBadDhcpPacket()
599 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode); in testBadTruncatedOffer()
630 assertDhcpErrorCodes(DhcpErrorEvent.DHCP_NO_COOKIE, expected.errorCode); in testBadOfferWithoutACookie()
662 assertDhcpErrorCodes(DhcpErrorEvent.DHCP_BAD_MAGIC_COOKIE, expected.errorCode); in testOfferWithBadCookie()
668 private void assertDhcpErrorCodes(int expected, int got) { in assertDhcpErrorCodes() method in DhcpPacketTest