Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_UDP_API_utest.c795 …catch_assert( FreeRTOS_sendto( xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress,… in test_FreeRTOS_sendto_CatchAssert()
811 …lResult = FreeRTOS_sendto( xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xDe… in test_FreeRTOS_sendto_MoreDataThanUDPPayload()
831 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_TCPSocket()
859 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_IPTaskCalling_NoNetworkBuffer()
902 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_IPTaskCalling_NonZeroCopy()
949 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_IPTaskCalling_NonZeroCopy1()
996 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_IPTaskCalling_NonZeroCopy2()
1043 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_IPTaskCalling_NonZeroCopy3()
1086 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_IPTaskCalling_ZeroCopy()
1138 …lResult = FreeRTOS_sendto( &xSocket, pvBuffer, uxTotalDataLength, xFlags, &xDestinationAddress, xD… in test_FreeRTOS_sendto_IPTaskCalling_ZeroCopy_ValidFunctionPointer()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_DNS_Networking.c104 if( FreeRTOS_sendto( xDNSSocket, in DNS_SendRequest()
DFreeRTOS_DHCP.c1139 …if( FreeRTOS_sendto( xDHCPSocket, pucUDPPayloadBuffer, sizeof( DHCPMessage_IPv4_t ) + uxOptionsLen… in prvSendDHCPRequest()
1209 if( FreeRTOS_sendto( xDHCPSocket, in prvSendDHCPDiscover()
DFreeRTOS_Sockets.c1065 int32_t FreeRTOS_sendto( Socket_t xSocket, in FreeRTOS_sendto() function
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/DHCP/DHCPProcess/
DREADME.md16 * FreeRTOS_sendto
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/stubs/
Dfreertos_api.c189 int32_t FreeRTOS_sendto( Socket_t xSocket, in FreeRTOS_sendto() function
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_Sockets.h232 int32_t FreeRTOS_sendto( Socket_t xSocket,