Searched refs:xDestinationAddressLength (Results 1 – 4 of 4) sorted by relevance
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/ |
| D | FreeRTOS_Sockets_UDP_API_utest.c | 793 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/ |
| D | freertos_api.c | 194 socklen_t xDestinationAddressLength ) in FreeRTOS_sendto() argument
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/include/ |
| D | FreeRTOS_Sockets.h | 237 socklen_t xDestinationAddressLength );
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/ |
| D | FreeRTOS_Sockets.c | 1070 socklen_t xDestinationAddressLength ) in FreeRTOS_sendto() argument 1088 ( void ) xDestinationAddressLength; in FreeRTOS_sendto()
|