Searched refs:ctl (Results 1 – 4 of 4) sorted by relevance
61 add_executable(ot-ctl66 target_compile_definitions(ot-ctl PRIVATE70 target_compile_options(ot-ctl PRIVATE74 target_link_libraries(ot-ctl PRIVATE82 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
154 ./build/posix/src/posix/ot-ctl
44 sudo killall ot-ctl || true233 sudo killall -9 ot-ctl || true
829 uint8_t ctl; in DecompressExtensionHeader() local832 SuccessOrExit(aFrameData.ReadUint8(ctl)); in DecompressExtensionHeader()835 if (ctl & kExtHdrNextHeader) in DecompressExtensionHeader()