Searched refs:FreeRTOS_sendto (Results 1 – 11 of 11) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig2/ |
D | FreeRTOS_Sockets_DiffConfig2_UDP_API_utest.c | 67 …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/ |
D | FreeRTOS_Sockets_UDP_API_utest.c | 879 …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/ |
D | FreeRTOS_DNS_Networking.c | 111 xSent = FreeRTOS_sendto( xDNSSocket, in DNS_SendRequest()
|
D | FreeRTOS_DHCP.c | 1536 …if( FreeRTOS_sendto( xDHCPv4Socket, pucUDPPayloadBuffer, sizeof( DHCPMessage_IPv4_t ) + uxOptionsL… in prvSendDHCPRequest() 1616 if( FreeRTOS_sendto( xDHCPv4Socket, in prvSendDHCPDiscover()
|
D | FreeRTOS_DHCPv6.c | 1077 …( void ) FreeRTOS_sendto( EP_DHCPData.xDHCPSocket, ( const void * ) xMessage.ucContents, xMessage.… in prvSendDHCPMessage()
|
D | FreeRTOS_Sockets.c | 1575 int32_t FreeRTOS_sendto( Socket_t xSocket, in FreeRTOS_sendto() function
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/DHCP/DHCPProcessEndPoint/ |
D | README.md | 16 * FreeRTOS_sendto
|
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/ |
D | NTPDemo.c | 621 FreeRTOS_sendto( xNTP_UDPSocket, in prvNTPTask() 638 FreeRTOS_sendto( xNTP_UDPSocket, in prvNTPTask()
|
D | plus_tcp_demo_cli.c | 441 rc = FreeRTOS_sendto( xSocket, in handle_udp()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/stubs/ |
D | freertos_api.c | 189 int32_t FreeRTOS_sendto( Socket_t xSocket, in FreeRTOS_sendto() function
|
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_Sockets.h | 242 int32_t FreeRTOS_sendto( Socket_t xSocket,
|