Searched refs:assertDhcpErrorCodes (Results 1 – 1 of 1) sorted by relevance
551 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