Home
last modified time | relevance | path

Searched refs:client (Results 226 – 250 of 326) sorted by relevance

12345678910>>...14

/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/
DREADME.rst11 Each element has a mesh onoff client and server
91 The meshctl utility also supports a onoff model client that can be used to
/Zephyr-latest/doc/connectivity/bluetooth/autopts/
Dautopts-linux.rst6 This tutorial shows how to setup AutoPTS client on Linux with AutoPTS server running on Windows 10
261 AutoPTS client on Linux
306 Server and client by default will run on localhost address. Run server:
352 Run client:
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig61 Enable this if your client software is able to process "taskstat" response
116 Disable this option if your client software is unable to properly decode and
125 Disable this option only when your client application is able to
/Zephyr-latest/modules/openthread/
DKconfig.features140 bool "DHCPv6 client support"
151 bool "DNS client support"
266 bool "TMF network diagnostics on client"
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c249 static int dynamic_cb(struct http_client_ctx *client, enum http_data_status status, in dynamic_cb() argument
260 switch (client->method) { in dynamic_cb()
319 static int dynamic_request_headers_cb(struct http_client_ctx *client, enum http_data_status status, in dynamic_request_headers_cb() argument
334 memcpy(clone->buffer, &client->header_capture_ctx, sizeof(clone->buffer)); in dynamic_request_headers_cb()
341 offset = clone->buffer - client->header_capture_ctx.buffer; in dynamic_request_headers_cb()
417 static int dynamic_response_headers_cb(struct http_client_ctx *client, enum http_data_status status, in dynamic_response_headers_cb() argument
485 if (client->method == HTTP_GET) { in dynamic_response_headers_cb()
498 } else if (client->method == HTTP_POST) { in dynamic_response_headers_cb()
/Zephyr-latest/subsys/modbus/
Dmodbus_raw.c138 if (ctx->client == false || in modbus_raw_backend_txn()
/Zephyr-latest/drivers/virtualization/
DKconfig58 quickly testing your ivshmem client application (from another VM).
/Zephyr-latest/include/zephyr/net/http/
Dserver.h219 typedef int (*http_resource_dynamic_cb_t)(struct http_client_ctx *client,
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/
Dudp.c40 static void evt_cb(struct mqtt_sn_client *client, const struct mqtt_sn_evt *evt) in evt_cb() argument
/Zephyr-latest/modules/hostap/
DKconfig329 BSS max idle timeout is the period for which AP may keep a client
331 client. Set 0 to disable inclusion of BSS max idle time tag in
378 For L2 roaming, the original AP and new AP are in the same subnet, client
380 For L3 roaming, the original AP and new AP are in different subnet, client
/Zephyr-latest/doc/connectivity/networking/api/
Dzperf.rst30 If Zephyr acts as a client, iPerf must be executed in server mode.
/Zephyr-latest/samples/net/sockets/echo_async_select/
DREADME.rst45 supports multiple concurrent client connections. You can open
/Zephyr-latest/subsys/net/lib/shell/
Ddhcpv4.c283 SHELL_CMD(client, &net_cmd_dhcpv4_client,
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/doc/
Dindex.rst156 Another good test can be done with IPv6 by using the server/client
158 :zephyr:code-sample:`sockets-echo-client`.
/Zephyr-latest/subsys/bluetooth/
DKconfig.logging126 module-str = "Audio Input Control Service client"
186 module-str = "Broadcast Audio Scan Service client debug"
324 module-str = "Telephone Bearer Service client"
352 module-str = "Volume Offset Control Service client"
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.csip74 WARNING: This option enables the client to use the sample data
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig.ucifi24 instances available to the LWM2M client.
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dconftest.py90 from coapthon.client.helperclient import HelperClient
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv4198 module-str = Log level for IPv4 autoconf client
199 module-help = Enable debug diagnostic from IPv4 autoconf client.
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/
DREADME.rst15 can also be accessed with any Bluetooth LE GATT client from your PC,
/Zephyr-latest/samples/net/sockets/echo_async/
DREADME.rst47 supports multiple concurrent client connections. You can open
/Zephyr-latest/subsys/net/lib/dns/
DKconfig11 This option enables the DNS client side support for Zephyr
25 This option enables multicast DNS client side support.
31 This option enables link local multicast name resolution client side
/Zephyr-latest/drivers/net/
Dppp.c468 static const char *client = CLIENT; in ppp_handle_client() local
476 if (byte != client[ppp->client_index]) { in ppp_handle_client()
478 if (byte != client[ppp->client_index]) { in ppp_handle_client()
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst955 * Implemented replying with CoAP RST response for unknown queries in CoAP client.
959 * Fixed handling of received CoAP RST reply in CoAP client.
960 * Fixed socket error reporting to the application in CoAP client.
961 * Fixed handling of response retransmissions in CoAP client.
963 * Various fixes in the block transfer support in CoAP client.
964 * Improved handling of truncated datagrams in CoAP client.
965 * Improved thread safety of CoAP client.
967 * Various other minor fixes in CoAP client.
976 * Fixed DNS server list allocation in DHCPv4 client.
977 * Fixed a bug where system workqueue could be blocked indefinitely by DHCPv4 client.
[all …]
/Zephyr-latest/boards/beagle/beagleplay/doc/
Dbeagleplay_cc1352p7.rst39 * USB Type-C (client/power)

12345678910>>...14