Home
last modified time | relevance | path

Searched refs:uxHeaderBytes (Results 1 – 1 of 1) sorted by relevance

/CoreMQTT-Agent-v1.1.0/source/
HDcore_mqtt_agent.c427 size_t uxHeaderBytes; in createCommand() local
456 uxHeaderBytes = uxControlAndLengthBytes; in createCommand()
457 uxHeaderBytes += pPublishInfo->topicNameLength; in createCommand()
470 isValid = ( uxHeaderBytes < pMqttAgentContext->mqttContext.networkBuffer.size ) && in createCommand()