Searched refs:xDestinationAddressLength (Results 1 – 5 of 5) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig2/ |
D | FreeRTOS_Sockets_DiffConfig2_UDP_API_utest.c | 63 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/ |
D | FreeRTOS_Sockets_UDP_API_utest.c | 877 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/ |
D | freertos_api.c | 194 socklen_t xDestinationAddressLength ) in FreeRTOS_sendto() argument
|
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_Sockets.h | 247 socklen_t xDestinationAddressLength );
|
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
D | FreeRTOS_Sockets.c | 1580 socklen_t xDestinationAddressLength ) in FreeRTOS_sendto() argument 1604 ( void ) xDestinationAddressLength; in FreeRTOS_sendto()
|