Searched refs:uxExpectedPayloadLength (Results 1 – 2 of 2) sorted by relevance
48 size_t uxExpectedPayloadLength; in harness() local67 uxExpectedPayloadLength = sizeof( DNSMessage_t ) + in harness()75 … uxExpectedPayloadLength += ipSIZE_OF_ETH_HEADER + ipSIZE_OF_IPv6_HEADER + ipSIZE_OF_UDP_HEADER; in harness()79 … uxExpectedPayloadLength += ipSIZE_OF_ETH_HEADER + ipSIZE_OF_IPv4_HEADER + ipSIZE_OF_UDP_HEADER; in harness()83 uint8_t * pucUDPPayloadBuffer = malloc( uxExpectedPayloadLength ); in harness()
804 size_t uxExpectedPayloadLength; in prvGetPayloadBuffer() local807 uxExpectedPayloadLength = sizeof( DNSMessage_t ) + in prvGetPayloadBuffer()815 *ppxNetworkBuffer = pxGetNetworkBufferWithDescriptor( uxExpectedPayloadLength + in prvGetPayloadBuffer()