/Zephyr-Core-3.5.0/tests/net/lib/dns_resolve/ |
D | testcase.yaml | 9 net.dns.resolve: 12 net.dns.resolve.preempt: 15 net.dns.resolve.no_ipv6:
|
/Zephyr-Core-3.5.0/samples/net/dns_resolve/src/ |
D | main.c | 46 LOG_INF("DNS resolve failed"); in dns_result_cb() 49 LOG_INF("Cannot resolve address"); in dns_result_cb() 95 LOG_INF("mDNS resolve failed"); in mdns_result_cb() 98 LOG_INF("Cannot resolve address using mDNS"); in mdns_result_cb() 148 LOG_ERR("Cannot resolve IPv4 address (%d)", ret); in do_ipv4_lookup() 274 LOG_ERR("Cannot resolve mDNS IPv4 address (%d)", ret); in do_mdns_ipv4_lookup() 302 LOG_ERR("Cannot resolve IPv4 address (%d)", ret); in do_ipv4_lookup() 344 LOG_ERR("Cannot resolve IPv6 address (%d)", ret); in do_ipv6_lookup() 378 LOG_ERR("Cannot resolve mDNS IPv6 address (%d)", ret); in do_mdns_ipv6_lookup() 394 LOG_INF("Starting DNS resolve sample"); in main()
|
/Zephyr-Core-3.5.0/samples/net/mdns_responder/ |
D | README.rst | 41 $ avahi-resolve -4 -n zephyr.local 53 $ avahi-resolve -6 -n zephyr.local 61 Lastly, resolve services using DNS Service Discovery:
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | dns_resolve.h | 4 * An API for applications to resolve a DNS name. 25 * @defgroup dns_resolve DNS Resolve Library 139 * @brief DNS resolve callback 141 * @details The DNS resolve callback is called after a successful 167 * DNS resolve context structure. 217 /** String containing the thing to resolve like www.example.com 255 * Note that the recommended way to resolve DNS names is to use 346 * @brief Resolve DNS name. 348 * @details This function can be used to resolve e.g., IPv4 or IPv6 address. 357 * @param query What the caller wants to resolve. [all …]
|
/Zephyr-Core-3.5.0/samples/net/dns_resolve/ |
D | README.rst | 1 .. zephyr:code-sample:: dns-resolve 2 :name: DNS resolve 5 Resolve an IP address for a given hostname. 11 try to resolve various hostnames according to how the user has
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/ |
D | dns_resolve.rst | 3 DNS Resolve 38 See :zephyr:code-sample:`dns-resolve` sample application for details.
|
/Zephyr-Core-3.5.0/cmake/linker/armlink/ |
D | scatter_script.cmake | 45 "RESOLVE ${symbol} AS Image$$${name_clean}_${offset_dec}$$${postfix}\n" 55 "RESOLVE ${symbol} AS Image$$${name_clean}_${idx}$$${postfix}\n" 66 "RESOLVE ${symbol} AS Image$$${name_clean}$$${postfix}\n" 82 "RESOLVE __${name_clean}_start AS Image$$${name_clean}${ZI}$$Base\n" 83 "RESOLVE __${name_clean}_load_start AS Load$$${name_clean}${ZI}$$Base\n" 90 "RESOLVE __${name_clean}_end AS Image$$${symbol_val}${ZI}$$Limit\n" 95 "RESOLVE __${name_clean}_size AS Image$$${name_clean}${ZI}$$Length\n" 123 "RESOLVE __${name}_start AS Image$$${first_section_name}$$Base\n" 125 "RESOLVE __${name}_load_start AS Load$$${first_section_name}$$Base\n" 130 "RESOLVE __${name}_end AS Image$$${last_section_name}$$Limit\n" [all …]
|
/Zephyr-Core-3.5.0/samples/net/cloud/tagoio_http_post/ |
D | overlay-wifi.conf | 2 # WiFi offload drivers don't resolve DNS, so use manual IP
|
/Zephyr-Core-3.5.0/boards/riscv/rv32m1_vega/ |
D | Kconfig.defconfig | 14 #TODO: Resolve the complete non-BLE support for crypto CAU3 firmware/driver
|
/Zephyr-Core-3.5.0/subsys/net/lib/dns/ |
D | CMakeLists.txt | 8 zephyr_library_sources_ifdef(CONFIG_DNS_RESOLVER resolve.c)
|
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/ |
D | external_content.py | 62 basepath: Base path to be used to resolve content location. 102 srcdir = Path(app.srcdir).resolve() 124 dst = (srcdir / src.relative_to(prefix_src)).resolve()
|
/Zephyr-Core-3.5.0/modules/thrift/src/thrift/transport/ |
D | TSSLServerSocket.cpp | 98 // Resolve host:port strings into an iterable of struct addrinfo* in listen() 101 resolved_addresses.resolve(address_, std::to_string(port_), SOCK_STREAM, in listen() 108 "Could not resolve host for server socket."); in listen() 120 // Via DNS or somehow else, single hostname can resolve into many addresses. in listen()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/device/ |
D | README.rst | 14 * After devices have exchanged IRK, they must correctly resolve RPA when receiving packets from the
|
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/filtering/src/ |
D | decim_q15.c | 45 /* Resolve sample configurations */ in ZTEST() 109 /* Resolve sample configurations */ in ZTEST()
|
D | decim_q31.c | 45 /* Resolve sample configurations */ in ZTEST() 109 /* Resolve sample configurations */ in ZTEST()
|
D | decim_f32.c | 45 /* Resolve sample configurations */ in ZTEST() 108 /* Resolve sample configurations */ in ZTEST()
|
D | biquad_f16.c | 162 /* Resolve sample configurations */ in ZTEST() 221 /* Resolve sample configurations */ in ZTEST() 279 /* Resolve sample configurations */ in ZTEST()
|
D | biquad_f32.c | 159 /* Resolve sample configurations */ in ZTEST() 217 /* Resolve sample configurations */ in ZTEST() 274 /* Resolve sample configurations */ in ZTEST()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/ |
D | central.c | 44 "Unexpected Peer. Did something resolve incorrectly?"); in central()
|
/Zephyr-Core-3.5.0/tests/bluetooth/host/keys/bt_keys_find_irk/src/ |
D | main.c | 137 * Try to resolve an RPA address using IRK by finding an existing key reference for ID and Address 170 * Try to resolve an RPA address using IRK by finding an existing key reference for ID and Address 204 * Try to resolve the current testing vector address. in ZTEST() 300 * is expected simulating the attempt to resolve it in ZTEST()
|
/Zephyr-Core-3.5.0/lib/libc/armstdc/src/ |
D | threading_weak.c | 12 * When linking with armlink the linker will resolve undefined symbols for all
|
/Zephyr-Core-3.5.0/samples/posix/gettimeofday/ |
D | README.rst | 22 - DNS server should be available on the host to resolve domain names
|
/Zephyr-Core-3.5.0/scripts/west_commands/fetchers/ |
D | __init__.py | 32 fetchers_dir = Path(__file__).parent.resolve()
|
/Zephyr-Core-3.5.0/scripts/west_commands/ |
D | twister_cmd.py | 14 # Resolve path to twister libs and add imports
|
D | build_helpers.py | 58 # root of the format string and trying to resolve. If resolving fails, 69 # resolve '/'
|