Searched refs:ipUDP_PAYLOAD_OFFSET_IPv6 (Results 1 – 6 of 6) sorted by relevance
68 #define ipUDP_PAYLOAD_OFFSET_IPv6 ( sizeof( UDPPacket_IPv6_t ) ) macro
798 … xRecv_Update_IPv6_ExpectAndReturn( &xNetworkBuffer, &xSourceAddress, ipUDP_PAYLOAD_OFFSET_IPv6 ); in test_FreeRTOS_recvfrom_BlockingGetsPacketInBetween_IPv6Packet100()1424 uint8_t pucEthernetBuffer[ TEST_MAX_UDPV6_PAYLOAD_LENGTH + ipUDP_PAYLOAD_OFFSET_IPv6 ]; in test_FreeRTOS_sendto_IPTaskCalling_IPv6NonZeroCopy()1426 memset( pucEthernetBuffer, 0, TEST_MAX_UDPV6_PAYLOAD_LENGTH + ipUDP_PAYLOAD_OFFSET_IPv6 ); in test_FreeRTOS_sendto_IPTaskCalling_IPv6NonZeroCopy()1440 …pxGetNetworkBufferWithDescriptor_ExpectAndReturn( uxTotalDataLength + ipUDP_PAYLOAD_OFFSET_IPv6, 0… in test_FreeRTOS_sendto_IPTaskCalling_IPv6NonZeroCopy()1471 uint8_t pucEthernetBuffer[ TEST_MAX_UDPV6_PAYLOAD_LENGTH + ipUDP_PAYLOAD_OFFSET_IPv6 ]; in test_FreeRTOS_sendto_UnknownDestinationFamily()1473 memset( pucEthernetBuffer, 0, TEST_MAX_UDPV6_PAYLOAD_LENGTH + ipUDP_PAYLOAD_OFFSET_IPv6 ); in test_FreeRTOS_sendto_UnknownDestinationFamily()
150 uxPayloadOffset = ipUDP_PAYLOAD_OFFSET_IPv6; in xRecv_Update_IPv6()
456 …RT( ( uxUDPOffset == ipUDP_PAYLOAD_OFFSET_IPv4 ) || ( uxUDPOffset == ipUDP_PAYLOAD_OFFSET_IPv6 ) ); in DNS_ParseDNSReply()
337 TEST_ASSERT_EQUAL( ipUDP_PAYLOAD_OFFSET_IPv6, xRetVal ); in test_xRecv_Update_IPv6_InvalidFrame_NullSourceAddress()362 TEST_ASSERT_EQUAL( ipUDP_PAYLOAD_OFFSET_IPv6, xRetVal ); in test_xRecv_Update_IPv6_InvalidFrame_ValidSourceAddress()
1656 uint8_t udp_buffer[ 250 + ipUDP_PAYLOAD_OFFSET_IPv6 ] = { 0 }; in test_DNS_ParseDNSReply_answer_lmmnr_reply2()1657 uint8_t * pucUDPPayloadBuffer = ( ( uint8_t * ) udp_buffer ) + ipUDP_PAYLOAD_OFFSET_IPv6; in test_DNS_ParseDNSReply_answer_lmmnr_reply2()