Searched refs:CHPP_TRANSPORT_GET_ATTR (Results 1 – 2 of 2) sorted by relevance
292 (uint8_t)CHPP_TRANSPORT_GET_ATTR(context->rxHeader.packetCode), in chppConsumeFooter()300 (uint8_t)CHPP_TRANSPORT_GET_ATTR(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()323 } else if (CHPP_TRANSPORT_GET_ATTR(context->rxHeader.packetCode) == in chppConsumeFooter()339 } else if (CHPP_TRANSPORT_GET_ATTR(context->rxHeader.packetCode) == in chppConsumeFooter()1081 switch (CHPP_TRANSPORT_GET_ATTR(packetCode)) { in chppGetPacketAttrStr()1122 (CHPP_TRANSPORT_GET_ATTR(packetCode) != 0)) { in chppEnqueueTxDatagram()
198 #define CHPP_TRANSPORT_GET_ATTR(value) \ macro