Home
last modified time | relevance | path

Searched defs:pcNetworkBuffer (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6/
DFreeRTOS_IPv6_stubs.c76 static uint8_t pcNetworkBuffer[ sizeof( TCPPacket_IPv6_t ) ]; in prvInitializeNetworkDescriptor() local
112 …static uint8_t pcNetworkBuffer[ sizeof( EthernetHeader_t ) + sizeof( IPHeader_IPv6_t ) + TEST_IPv6… in prvInitializeNetworkDescriptorWithExtensionHeader() local
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/Routing/MatchingEndpoint/
DMatchingEndpoint_harness.c45 uint8_t * pcNetworkBuffer = safeMalloc( sizeof( ProtocolPacket_t ) + 4 ); in harness() local
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOS_Routing_utest.c2699 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_MatchIPv4Address() local
2749 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_MatchMACAddress() local
2798 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address() local
2850 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress() local
2901 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address() local
2953 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress() local
3004 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_ARPWrongOption() local
3059 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4() local
3130 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_NullInterface() local
3179 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_IPv4NotFound() local
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigV4Only/
DFreeRTOS_Routing_ConfigV4Only_utest.c99 uint8_t * pcNetworkBuffer[ sizeof( TCPPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_MatchCustomFrameType() local
147 uint8_t * pcNetworkBuffer[ sizeof( TCPPacket_IPv6_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_IPv6Disabled() local
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6_ConfigDriverCheckChecksum/
DFreeRTOS_IPv6_ConfigDriverCheckChecksum_stubs.c80 …static uint8_t pcNetworkBuffer[ sizeof( TCPPacket_IPv6_t ) + TEST_DEFAULT_PROTOCOL_PAYLOAD_LENGTH … in prvInitializeNetworkDescriptor() local
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6_Utils/
DFreeRTOS_IPv6_Utils_stubs.c87 …static uint8_t pcNetworkBuffer[ sizeof( EthernetHeader_t ) + sizeof( IPHeader_IPv6_t ) + TEST_IPv6… in prvInitializeNetworkDescriptorWithExtensionHeader() local