Searched refs:packetCode (Results 1 – 4 of 4) sorted by relevance
70 uint8_t packetCode);81 static const char *chppGetPacketAttrStr(uint8_t packetCode);83 uint8_t packetCode, void *buf, size_t len);286 if (CHPP_TRANSPORT_GET_ERROR(context->rxHeader.packetCode) != in chppConsumeFooter()292 (uint8_t)CHPP_TRANSPORT_GET_ATTR(context->rxHeader.packetCode), in chppConsumeFooter()293 (uint8_t)CHPP_TRANSPORT_GET_ERROR(context->rxHeader.packetCode), in chppConsumeFooter()300 (uint8_t)CHPP_TRANSPORT_GET_ATTR(context->rxHeader.packetCode), in chppConsumeFooter()301 (uint8_t)CHPP_TRANSPORT_GET_ERROR(context->rxHeader.packetCode), in chppConsumeFooter()305 if (CHPP_TRANSPORT_GET_ATTR(context->rxHeader.packetCode) == in chppConsumeFooter()311 } else if (CHPP_TRANSPORT_GET_ATTR(context->rxHeader.packetCode) == in chppConsumeFooter()[all …]
42 - uint8_t packetCode;
230 uint8_t packetCode; member
148 EXPECT_EQ(response->transportHeader.packetCode, CHPP_TRANSPORT_ERROR_NONE); in validateChppTestResponse()202 transHeader.packetCode = CHPP_TRANSPORT_ERROR_NONE; in addTransportHeaderToBuf()482 EXPECT_EQ(txHeader->packetCode, CHPP_TRANSPORT_ERROR_NONE); in TEST_P()