/Zephyr-latest/doc/connectivity/networking/api/ |
D | wifi.rst | 43 $ cp client.pem samples/net/wifi/test_certs/ 44 $ cp client-key.pem samples/net/wifi/test_certs/ 47 $ cp client-key2.pem samples/net/wifi/test_certs/
|
D | coap.rst | 19 Zephyr provides a CoAP library which supports client and server roles. 73 to handle the CoAP request from the client. It's the callback function's 107 client implementation. 109 If the CoAP client knows about resources in the CoAP server, the client can start 110 prepare CoAP requests and wait for responses. If the client doesn't know 196 Change the client (test suite) and server (Zephyr coap-server sample) addresses
|
D | http_server.rst | 15 socket for every registered service, and handles incoming client connections. 208 All files located in /lfs1/www are made available to the client. If a file is 210 server delivers index.html.gz when the client requests index.html and adds gzip 229 resource handler, which echoes received data back to the client: 233 static int dyn_handler(struct http_client_ctx *client, enum http_data_status status, 239 enum http_method method = client->method; 261 /* Echo data back to client */ 292 during request processing (for example client closed the connection before 297 accessed by single client at a time. 390 static int dyn_handler(struct http_client_ctx *client, enum http_data_status status, [all …]
|
D | dhcpv6.rst | 21 Note that Zephyr only supports DHCPv6 client functionality.
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt_decoder.c | 211 int connect_ack_decode(const struct mqtt_client *client, struct buf_ctx *buf, in connect_ack_decode() argument 227 if (client->protocol_version == MQTT_VERSION_3_1_1) { in connect_ack_decode() 231 NET_DBG("[CID %p]: session_present_flag: %d", client, in connect_ack_decode()
|
/Zephyr-latest/subsys/net/lib/config/ |
D | Kconfig | 18 networking client/server sample applications, or 91 This is only applicable in client side applications that try 120 This is only applicable in client side applications that try 193 bool "Request IPv6 address when configuring DHCPv6 client" 196 When DHCPv6 is enabled this will configure the DHCPv6 client to 200 bool "Request IPv6 prefix when configuring DHCPv6 client" 202 When DHCPv6 is enabled this will configure the DHCPv6 client to
|
/Zephyr-latest/samples/net/sockets/http_server/ |
D | README.rst | 54 - Using nghttp client: ``nghttp -v --no-dep http://192.0.2.1/`` 99 streams that can be established per client. 102 for each client. This limits the maximum length of an individual HTTP header 109 This allows a Websocket client to connect to ``/`` endpoint, all the data that 110 the client sends is echoed back. 119 You can use a simple Websocket client application like this to test the Websocket
|
/Zephyr-latest/tests/net/socket/tls_ext/src/ |
D | main.c | 115 static const unsigned char client[] = { variable 131 #define client NULL macro 461 client, sizeof(client)); in setup()
|
/Zephyr-latest/samples/net/tftp_client/ |
D | Kconfig | 1 # Private config options for TFTP client sample
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | Kconfig | 21 from all other objects, for easy exposure to a client. Enabling this will use one of the 29 The name of the Directory Listing Object when it is read by a client. 108 # TODO: Set separate max name length for client, as other
|
/Zephyr-latest/samples/net/telnet/ |
D | README.rst | 14 using a telnet client. 105 [Setup] [INF] setup_dhcpv4: Running dhcpv4 client... 108 And if the DHCPv4 client succeeds, you will soon see something like: 130 your commands and get the output through your telnet client.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | charger.rst | 37 Properties are fetched by the client one at a time using :c:func:`charger_get_prop`. 38 Properties are set by the client one at a time using :c:func:`charger_set_prop`.
|
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/ |
D | Kconfig | 33 MQTT topic the client should subscribe to. 39 MQTT topic the client should publish to.
|
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_psa/src/ |
D | normalized_crypto.h | 24 struct psa_client_key_attributes_s client; member
|
/Zephyr-latest/samples/net/sockets/echo_service/ |
D | README.rst | 50 sockets, and currently is only implemented to serve only one client connection 51 at time. After the current client disconnects, the next connection can proceed.
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/ |
D | README.rst | 24 ivshmem-client needs to be available as it is employed in this sample as an 124 Use write_shared_memory.sh and ivshmem-client to send a message 149 5. Send an interrupt to the guest. Using ivshmem-client, for instance: 153 # find out client id. In this execution, it is 0 (peer_id) 154 $ ivshmem-client 178 Use write_shared_memory.sh and ivshmem-client to send a message
|
/Zephyr-latest/modules/thrift/src/thrift/server/ |
D | TConnectedClient.h | 65 const std::shared_ptr<apache::thrift::transport::TTransport> &client);
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | dhcpv6.c | 88 SHELL_CMD(client, &net_cmd_dhcpv6_client,
|
/Zephyr-latest/doc/connectivity/networking/ |
D | native_sim_setup.rst | 117 Step 2 - run echo-client from net-tools 133 ``echo-client`` applications will communicate over localhost/loopback 140 ./echo-client 127.0.0.1 146 ./echo-client -t 127.0.0.1
|
/Zephyr-latest/samples/net/prometheus/src/ |
D | stats.c | 35 static int stats_handler(struct http_client_ctx *client, enum http_data_status status, in stats_handler() argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/test_scripts/ |
D | run_gatt_settings.sh | 45 -s="${simulation_id}" -d=7 -testid=client -RealEncryption=1 -argstest 0 0 "client"
|
D | run_gatt_settings_2.sh | 45 -s="${simulation_id}" -d=7 -testid=client -RealEncryption=1 -argstest 0 0 "client_2"
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/ |
D | main.cpp | 150 context.client = setup_client(); in thrift_test_before() 166 context.client.reset(); in thrift_test_after()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.tbs | 60 bool "Generic Telephone Bearer Service client support" 63 This option enables support for the GTBS-oriented Call Control client. 66 bool "Telephone Bearer Service client support" 69 This option enables support for the TBS-oriented Call Control client. 82 Sets the maximum number of calls the client supports per TBS instance.
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 9 bool "DHCPv4 client" 19 module-str = Log level for DHCPv4 client 20 module-help = Enable debug diagnostic from DHCPV4 client. 137 client does not renew it. 170 will send a NAK, informing the client it should proceed with a full
|