Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_TCP_API_utest.c734 pucReturn = FreeRTOS_get_tx_head( &xSocket, &xLength ); in test_FreeRTOS_get_tx_head_InvalidParams()
738 pucReturn = FreeRTOS_get_tx_head( NULL, &xLength ); in test_FreeRTOS_get_tx_head_InvalidParams()
743 pucReturn = FreeRTOS_get_tx_head( &xSocket, &xLength ); in test_FreeRTOS_get_tx_head_InvalidParams()
765 pucReturn = FreeRTOS_get_tx_head( &xSocket, &xLength ); in test_FreeRTOS_get_tx_head_AllNULL()
791 pucReturn = FreeRTOS_get_tx_head( &xSocket, &xLength ); in test_FreeRTOS_get_tx_head_LessSpace()
817 pucReturn = FreeRTOS_get_tx_head( &xSocket, &xLength ); in test_FreeRTOS_get_tx_head_MoreSpace()
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_Sockets.h360 uint8_t * FreeRTOS_get_tx_head( ConstSocket_t xSocket,
/FreeRTOS-Plus-TCP-v3.1.0/
DHistory.txt224 + Added FreeRTOS_get_tx_head() to improve TCP zero copy behaviour - for
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c3609 uint8_t * FreeRTOS_get_tx_head( ConstSocket_t xSocket, in FreeRTOS_get_tx_head() function