Searched refs:expectedLen (Results 1 – 3 of 3) sorted by relevance
952 int expectedLen = 0; in skipOption() local954 expectedLen++; in skipOption()957 return expectedLen; in skipOption()1177 int expectedLen = 0; in decodeFullPacket() local1187 expectedLen = 4; in decodeFullPacket()1190 for (expectedLen = 0; expectedLen < optionLen; expectedLen += 4) { in decodeFullPacket()1195 for (expectedLen = 0; expectedLen < optionLen; expectedLen += 4) { in decodeFullPacket()1200 expectedLen = optionLen; in decodeFullPacket()1204 expectedLen = 2; in decodeFullPacket()1208 expectedLen = optionLen; in decodeFullPacket()[all …]
296 final int expectedLen = StructNlMsgHdr.STRUCT_SIZE + StructNfGenMsg.STRUCT_SIZE; in testSendIpv4NfGenMsg() local297 assertEquals(expectedLen, read); in testSendIpv4NfGenMsg()300 assertEquals(expectedLen, buffer.getInt()); in testSendIpv4NfGenMsg()308 assertEquals(expectedLen, buffer.position()); in testSendIpv4NfGenMsg()
453 int expectedLen = HE_OPERATION_BASIC_LENGTH + (mVhtInfoPresent ? 3 : 0) in from() local457 if (ie.bytes.length < expectedLen) { in from()