Home
last modified time | relevance | path

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

/openthread-latest/src/posix/
Ddaemon.cmake61 add_executable(ot-ctl
66 target_compile_definitions(ot-ctl PRIVATE
70 target_compile_options(ot-ctl PRIVATE
74 target_link_libraries(ot-ctl PRIVATE
82 target_link_libraries(ot-ctl PRIVATE -Wl,-map,ot-ctl.map)
84 target_link_libraries(ot-ctl PRIVATE -Wl,-Map=ot-ctl.map)
88 target_include_directories(ot-ctl PRIVATE ${COMMON_INCLUDES})
92 install(TARGETS ot-ctl
DREADME.md154 ./build/posix/src/posix/ot-ctl
/openthread-latest/script/
Dcheck-posix-pty44 sudo killall ot-ctl || true
233 sudo killall -9 ot-ctl || true
/openthread-latest/src/core/thread/
Dlowpan.cpp829 uint8_t ctl; in DecompressExtensionHeader() local
832 SuccessOrExit(aFrameData.ReadUint8(ctl)); in DecompressExtensionHeader()
835 if (ctl & kExtHdrNextHeader) in DecompressExtensionHeader()