Searched refs:FreeRTOS_sendto (Results 1 – 7 of 7) sorted by relevance
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/ |
| D | FreeRTOS_Sockets_UDP_API_utest.c | 795 …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/ |
| D | FreeRTOS_DNS_Networking.c | 104 if( FreeRTOS_sendto( xDNSSocket, in DNS_SendRequest()
|
| D | FreeRTOS_DHCP.c | 1139 …if( FreeRTOS_sendto( xDHCPSocket, pucUDPPayloadBuffer, sizeof( DHCPMessage_IPv4_t ) + uxOptionsLen… in prvSendDHCPRequest() 1209 if( FreeRTOS_sendto( xDHCPSocket, in prvSendDHCPDiscover()
|
| D | FreeRTOS_Sockets.c | 1065 int32_t FreeRTOS_sendto( Socket_t xSocket, in FreeRTOS_sendto() function
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/DHCP/DHCPProcess/ |
| D | README.md | 16 * FreeRTOS_sendto
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/stubs/ |
| D | freertos_api.c | 189 int32_t FreeRTOS_sendto( Socket_t xSocket, in FreeRTOS_sendto() function
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/include/ |
| D | FreeRTOS_Sockets.h | 232 int32_t FreeRTOS_sendto( Socket_t xSocket,
|