Home
last modified time | relevance | path

Searched refs:FreeRTOS_sendto (Results 1 – 11 of 11) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig2/
DFreeRTOS_Sockets_DiffConfig2_UDP_API_utest.c67 …lResult = FreeRTOS_sendto( xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDe… in test_FreeRTOS_sendto_MoreDataThanUDPPayload_UseTempDestinationAddress()
88 …lResult = FreeRTOS_sendto( xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDe… in test_FreeRTOS_sendto_MoreDataThanUDPPayload_IPv6DestinationAddress()
109 …lResult = FreeRTOS_sendto( xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDe… in test_FreeRTOS_sendto_MoreDataThanUDPPayload_IPv4DestinationAddress()
127 …catch_assert( FreeRTOS_sendto( xSocket, pvBuffer, uxTotalDataLength, xFlags, NULL, xDestinationAdd… in test_FreeRTOS_sendto_MoreDataThanUDPPayload_NullDestinationAddress()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_UDP_API_utest.c879 …catch_assert( FreeRTOS_sendto( xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress,… in test_FreeRTOS_sendto_CatchAssert()
894 …catch_assert( FreeRTOS_sendto( xSocket, pvBuffer, uxTotalDataLength, xFlags, NULL, xDestinationAdd… in test_FreeRTOS_sendto_CatchAssertNullDest()
912 …lResult = FreeRTOS_sendto( xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDe… in test_FreeRTOS_sendto_MoreDataThanUDPPayload()
933 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_TCPSocket()
962 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_IPTaskCalling_NoNetworkBuffer()
1008 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_IPTaskCalling_NonZeroCopy()
1057 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_IPTaskCalling_NonZeroCopy1()
1104 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_IPTaskCalling_NonZeroCopy2()
1154 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_IPTaskCalling_NonZeroCopy2_xFlagZero()
1201 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_IPTaskCalling_NonZeroCopy3()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS_Networking.c111 xSent = FreeRTOS_sendto( xDNSSocket, in DNS_SendRequest()
DFreeRTOS_DHCP.c1536 …if( FreeRTOS_sendto( xDHCPv4Socket, pucUDPPayloadBuffer, sizeof( DHCPMessage_IPv4_t ) + uxOptionsL… in prvSendDHCPRequest()
1616 if( FreeRTOS_sendto( xDHCPv4Socket, in prvSendDHCPDiscover()
DFreeRTOS_DHCPv6.c1077 …( void ) FreeRTOS_sendto( EP_DHCPData.xDHCPSocket, ( const void * ) xMessage.ucContents, xMessage.… in prvSendDHCPMessage()
DFreeRTOS_Sockets.c1575 int32_t FreeRTOS_sendto( Socket_t xSocket, in FreeRTOS_sendto() function
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/DHCP/DHCPProcessEndPoint/
DREADME.md16 * FreeRTOS_sendto
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
DNTPDemo.c621 FreeRTOS_sendto( xNTP_UDPSocket, in prvNTPTask()
638 FreeRTOS_sendto( xNTP_UDPSocket, in prvNTPTask()
Dplus_tcp_demo_cli.c441 rc = FreeRTOS_sendto( xSocket, in handle_udp()
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/stubs/
Dfreertos_api.c189 int32_t FreeRTOS_sendto( Socket_t xSocket, in FreeRTOS_sendto() function
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Sockets.h242 int32_t FreeRTOS_sendto( Socket_t xSocket,