Searched refs:assertDhcpErrorCodes (Results 1 – 1 of 1) sorted by relevance
406 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode); in testBadIpPacket()425 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode); in testBadDhcpPacket()454 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode); in testBadTruncatedOffer()485 assertDhcpErrorCodes(DhcpErrorEvent.DHCP_NO_COOKIE, expected.errorCode); in testBadOfferWithoutACookie()517 assertDhcpErrorCodes(DhcpErrorEvent.DHCP_BAD_MAGIC_COOKIE, expected.errorCode); in testOfferWithBadCookie()523 private void assertDhcpErrorCodes(int expected, int got) { in assertDhcpErrorCodes() method in DhcpPacketTest