Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_UDP_API_utest.c793 socklen_t xDestinationAddressLength; in test_FreeRTOS_sendto_CatchAssert() local
795 … xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDestinationAddressLength ) ); in test_FreeRTOS_sendto_CatchAssert()
809 socklen_t xDestinationAddressLength; in test_FreeRTOS_sendto_MoreDataThanUDPPayload() local
811 …o( xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDestinationAddressLength ); in test_FreeRTOS_sendto_MoreDataThanUDPPayload()
827 socklen_t xDestinationAddressLength; in test_FreeRTOS_sendto_TCPSocket() local
831 …( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDestinationAddressLength ); in test_FreeRTOS_sendto_TCPSocket()
847 socklen_t xDestinationAddressLength; in test_FreeRTOS_sendto_IPTaskCalling_NoNetworkBuffer() local
859 …( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDestinationAddressLength ); in test_FreeRTOS_sendto_IPTaskCalling_NoNetworkBuffer()
875 socklen_t xDestinationAddressLength; in test_FreeRTOS_sendto_IPTaskCalling_NonZeroCopy() local
902 …( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDestinationAddressLength ); in test_FreeRTOS_sendto_IPTaskCalling_NonZeroCopy()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/stubs/
Dfreertos_api.c194 socklen_t xDestinationAddressLength ) in FreeRTOS_sendto() argument
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_Sockets.h237 socklen_t xDestinationAddressLength );
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c1070 socklen_t xDestinationAddressLength ) in FreeRTOS_sendto() argument
1088 ( void ) xDestinationAddressLength; in FreeRTOS_sendto()