Home
last modified time | relevance | path

Searched refs:FreeRTOS_get_tx_head (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_TCP_API_utest.c791 pucReturn = FreeRTOS_get_tx_head( &xSocket, &xLength ); in test_FreeRTOS_get_tx_head_InvalidParams()
795 pucReturn = FreeRTOS_get_tx_head( NULL, &xLength ); in test_FreeRTOS_get_tx_head_InvalidParams()
800 pucReturn = FreeRTOS_get_tx_head( &xSocket, &xLength ); in test_FreeRTOS_get_tx_head_InvalidParams()
822 pucReturn = FreeRTOS_get_tx_head( &xSocket, &xLength ); in test_FreeRTOS_get_tx_head_AllNULL()
848 pucReturn = FreeRTOS_get_tx_head( &xSocket, &xLength ); in test_FreeRTOS_get_tx_head_LessSpace()
874 pucReturn = FreeRTOS_get_tx_head( &xSocket, &xLength ); in test_FreeRTOS_get_tx_head_MoreSpace()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Sockets.h373 uint8_t * FreeRTOS_get_tx_head( ConstSocket_t xSocket,
/FreeRTOS-Plus-TCP-v4.0.0/
DHistory.txt293 + Added FreeRTOS_get_tx_head() to improve TCP zero copy behaviour - for
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c4375 uint8_t * FreeRTOS_get_tx_head( ConstSocket_t xSocket, in FreeRTOS_get_tx_head() function