Home
last modified time | relevance | path

Searched full:clean (Results 1 – 18 of 18) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/
Dci.yml103 cmake --build build --target clean
112 cmake --build build --target clean
117 cmake --build build --target clean
126 cmake --build build --target clean
131 cmake --build build --target clean
136 cmake --build build --target clean
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
Dninja.py119 command = make -C ${folder} clean
167 build clean: phony {clean_targets}
211 clean_targets=targets('clean', proofs),
DMakefile.template158 clean:
166 veryclean: clean
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/
Dcoverity_misra.config55 ….. } while ( 0 ); block are used to make the code easier to read and more clean than using multipl…
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/cmock/
Dcreate_test.cmake75 # Clean up temporary files that were created.
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_TCP_WIN.h168 /* Clean up allocated segments. Should only be called when FreeRTOS+TCP will no longer be used. */
207 * Function will be called when a FIN has been received. Only when the TX window is clean,
DFreeRTOSIPConfigDefaults.h1157 * This configuration is used to suppress warning in portable layers to make compilation clean.
/FreeRTOS-Plus-TCP-v4.0.0/
DCMakeLists.txt205 # Suppressions required to build clean with clang.
DHistory.txt109 + Allow IP-task to clean up while deleting socket-sets to avoid race
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/RX/
Dether_callback.c28 * : 05.01.2015 ---- Clean up source code.
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c121 /* SAME70 does not have clean/invalidate per area. */ in cache_clean_invalidate_by_addr()
129 /* SAME70 does not have clean/invalidate per area. */ in cache_invalidate_by_addr()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/linux/
DNetworkInterface.c401 /* The descriptions of the devices can be full of spaces, clean them in prvPrintAvailableNetworkInterfaces()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/WinPCap/
DNetworkInterface.c456 /* The descriptions of the devices can be full of spaces, clean them in prvPrintAvailableNetworkInterfaces()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_WIN.c1008 …/* Clean up all sequence received between ulSequenceNumber and ulSequenceNumber + ulLength since t… in prvTCPWindowRx_ExpectedRX()
1011 * clean them out. */ in prvTCPWindowRx_ExpectedRX()
DFreeRTOS_ARP.c1490 * @param[in] pxEndPoint only clean entries with this end-point, or when NULL,
DFreeRTOS_IP.c1026 /* Clean up. */ in FreeRTOS_IPInit_Multi()
DFreeRTOS_Sockets.c2078 /* For TCP: clean up a little more. */ in vSocketClose()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.h196 uint32_t TailTxDesc; /*<! Next TX packet to clean up the buffer */