Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 59) sorted by relevance

123

/Zephyr-latest/samples/net/mdns_responder/
DREADME.rst41 $ avahi-resolve -4 -n zephyr.local
53 $ avahi-resolve -6 -n zephyr.local
61 Lastly, resolve services using DNS Service Discovery:
/Zephyr-latest/subsys/net/lib/dns/
DCMakeLists.txt9 zephyr_library_sources_ifdef(CONFIG_DNS_RESOLVER resolve.c)
/Zephyr-latest/scripts/west_commands/fetchers/
D__init__.py32 fetchers_dir = Path(__file__).parent.resolve()
/Zephyr-latest/scripts/
Dtwister196 ZEPHYR_BASE = str(Path(__file__).resolve().parents[1])
Dzephyr_module.py204 if not checkfile.resolve().is_file():
265 Path(cmake_path).resolve().as_posix()))
299 Path(cmake_path).resolve().as_posix()))
Dlist_hardware.py204 yield from dict.fromkeys(map(Path.resolve, paths)).keys()
/Zephyr-latest/doc/_extensions/zephyr/
Dexternal_content.py101 srcdir = Path(app.srcdir).resolve()
123 dst = (srcdir / src.relative_to(prefix_src)).resolve()
/Zephyr-latest/boards/shields/nrf7002ek/boards/
Dnrf9160dk_nrf9160_ns.overlay14 /* Typically we use GPIO extender to resolve these conflicts but the
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/
DREADME.rst14 * After devices have exchanged IRK, they must correctly resolve RPA when receiving packets from the
/Zephyr-latest/doc/
Dconf.py10 ZEPHYR_BASE = Path(__file__).resolve().parents[1]
11 ZEPHYR_BUILD = Path(os.environ.get("OUTPUT_DIR")).resolve()
/Zephyr-latest/samples/net/dns_resolve/
DREADME.rst1 .. zephyr:code-sample:: dns-resolve
2 :name: DNS resolve
11 try to resolve various hostnames according to how the user has
/Zephyr-latest/doc/connectivity/networking/api/
Ddns_resolve.rst38 See :zephyr:code-sample:`dns-resolve` sample application for details.
Dnet_shell.rst26 resolve a DNS name. Only available if :kconfig:option:`CONFIG_DNS_RESOLVER` is set."
/Zephyr-latest/samples/posix/gettimeofday/
DREADME.rst21 - DNS server should be available on the host to resolve domain names
/Zephyr-latest/cmake/modules/
Dpre_dt.cmake52 # scripts/zephyr_module.py --settings-out resolve them.
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLServerSocket.cpp101 resolved_addresses.resolve(address_, std::to_string(port_), SOCK_STREAM, in listen()
/Zephyr-latest/modules/hal_nordic/nrf_802154/
DCMakeLists.txt116 # This link is needed to resolve circular dependency between SL and platform
/Zephyr-latest/scripts/west_commands/
Dbuild.py24 SYSBUILD_PROJ_DIR = pathlib.Path(__file__).resolve().parent.parent.parent \
547 pathlib.Path(source_abs).resolve() != pathlib.Path(cached_abs).resolve())
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh158 '--resolve[resolve into single manifest]'
159 '--freeze[resolve into single manifest, with SHAs]'
/Zephyr-latest/scripts/west_commands/runners/
Dstm32cubeprogrammer.py73 STM32CubeProgrammerBinaryRunner._get_stm32cubeprogrammer_path().parent.resolve()
/Zephyr-latest/samples/net/sockets/http_get/
DREADME.rst25 - DNS server should be available on the host to resolve domain names
/Zephyr-latest/scripts/ci/
Dtest_plan.py255 c = (zephyr_base / changed).resolve()
256 if c.is_relative_to(board.dir.resolve()):
/Zephyr-latest/doc/develop/west/
Dtroubleshooting.rst193 The easiest way to resolve this issue is to upgrade west and retry as follows:
223 To resolve this issue, unset :envvar:`ZEPHYR_BASE` and try again.
/Zephyr-latest/samples/net/sockets/big_http_download/
DREADME.rst27 - DNS server should be available on the host to resolve domain names
/Zephyr-latest/arch/arm/core/
DKconfig.vfp143 # support code to resolve the supported VFP features.

123