Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig2/
DFreeRTOS_Sockets_DiffConfig2_UDP_API_utest.c63 socklen_t xDestinationAddressLength; in test_FreeRTOS_sendto_MoreDataThanUDPPayload_UseTempDestinationAddress() local
67 …o( xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDestinationAddressLength ); in test_FreeRTOS_sendto_MoreDataThanUDPPayload_UseTempDestinationAddress()
84 socklen_t xDestinationAddressLength; in test_FreeRTOS_sendto_MoreDataThanUDPPayload_IPv6DestinationAddress() local
88 …o( xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDestinationAddressLength ); in test_FreeRTOS_sendto_MoreDataThanUDPPayload_IPv6DestinationAddress()
105 socklen_t xDestinationAddressLength; in test_FreeRTOS_sendto_MoreDataThanUDPPayload_IPv4DestinationAddress() local
109 …o( xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDestinationAddressLength ); in test_FreeRTOS_sendto_MoreDataThanUDPPayload_IPv4DestinationAddress()
125 socklen_t xDestinationAddressLength; in test_FreeRTOS_sendto_MoreDataThanUDPPayload_NullDestinationAddress() local
127 …FreeRTOS_sendto( xSocket, pvBuffer, uxTotalDataLength, xFlags, NULL, xDestinationAddressLength ) ); in test_FreeRTOS_sendto_MoreDataThanUDPPayload_NullDestinationAddress()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_UDP_API_utest.c877 socklen_t xDestinationAddressLength; in test_FreeRTOS_sendto_CatchAssert() local
879 … xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDestinationAddressLength ) ); in test_FreeRTOS_sendto_CatchAssert()
892 socklen_t xDestinationAddressLength; in test_FreeRTOS_sendto_CatchAssertNullDest() local
894 …FreeRTOS_sendto( xSocket, pvBuffer, uxTotalDataLength, xFlags, NULL, xDestinationAddressLength ) ); in test_FreeRTOS_sendto_CatchAssertNullDest()
908 socklen_t xDestinationAddressLength; in test_FreeRTOS_sendto_MoreDataThanUDPPayload() local
912 …o( xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDestinationAddressLength ); in test_FreeRTOS_sendto_MoreDataThanUDPPayload()
928 socklen_t xDestinationAddressLength; in test_FreeRTOS_sendto_TCPSocket() local
933 …( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDestinationAddressLength ); in test_FreeRTOS_sendto_TCPSocket()
949 socklen_t xDestinationAddressLength; in test_FreeRTOS_sendto_IPTaskCalling_NoNetworkBuffer() local
962 …( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDestinationAddressLength ); in test_FreeRTOS_sendto_IPTaskCalling_NoNetworkBuffer()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/stubs/
Dfreertos_api.c194 socklen_t xDestinationAddressLength ) in FreeRTOS_sendto() argument
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Sockets.h247 socklen_t xDestinationAddressLength );
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c1580 socklen_t xDestinationAddressLength ) in FreeRTOS_sendto() argument
1604 ( void ) xDestinationAddressLength; in FreeRTOS_sendto()