Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 99) sorted by relevance

1234

/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Dinput_packets.txt4 Q: _airport._tcp.local. PTR IN
5 Q: _http._tcp.local. PTR IN
6 Q: _printer._tcp.local. PTR IN
7 Q: _sub._http._tcp.local. PTR IN
8 Q: _airplay._tcp.local. PTR IN
9 Q: _raop._tcp.local. PTR IN
10 Q: _uscan._tcp.local. PTR IN
11 Q: _uscans._tcp.local. PTR IN
12 Q: _ippusb._tcp.local. PTR IN
13 Q: _scanner._tcp.local. PTR IN
[all …]
/hal_espressif-3.6.0/components/mdns/host_test/
DREADME.md12 dig +short -b 192.168.1.200 -p 5353 @224.0.0.251 myesp.local
21 +;eth2;IPv6;myesp-service2;Web Site;local
22 +;eth2;IPv4;myesp-service2;Web Site;local
23 =;eth2;IPv6;myesp-service2;Web Site;local;myesp.local;192.168.1.200;80;"board=esp32" "u=user" "p=pa…
24 =;eth2;IPv4;myesp-service2;Web Site;local;myesp.local;192.168.1.200;80;"board=esp32" "u=user" "p=pa…
/hal_espressif-3.6.0/docs/en/api-guides/
Dthread-local-storage.rst7 Thread-local storage (TLS) is a mechanism by which variables are allocated such that there
13 - :ref:`c11-std`: C11 standard introduces special keyword to declare variables as thread local.
20 The ESP-IDF FreeRTOS provides the following API to manage thread local variables:
30 Using that API user can allocate thread local variables of an arbitrary size and assign them to any…
42 … the following :doc:`pthread API </api-reference/system/pthread>` to manage thread local variables:
58 The ESP-IDF FreeRTOS supports thread local variables according to C11 standard (ones specified with…
64 So this feature should be used with care. There is a tradeoff: C11 thread local variables are quite…
67 …e of variables allocation all tasks in the system have the same sets of C11 thread local variables.
/hal_espressif-3.6.0/tools/ci/
Dcheck_callgraph.py78 …def __init__(self, name, addr, local, filename, section): # type: (str, int, bool, Optional[str],… argument
81 self.local = local
92 ' (local)' if self.local else '',
131 local = sym.entry['st_info']['bind'] == 'STB_LOCAL'
137 local,
138 filename if local else None,
240 if not sym.local:
268 if sym_from.local:
/hal_espressif-3.6.0/examples/protocols/mdns/
DREADME.md32 - You can now ping the device at `[board-hostname].local`, where `[board-hostname]` is preconfigure…
34 - Pressing the BOOT button will start querying the local network for the predefined in `check_butto…
71 I (21126) mdns-test: Query A: esp32.local
73 I (23176) mdns-test: Query PTR: _arduino._tcp.local
75 I (26276) mdns-test: Query PTR: _http._tcp.local
78 SRV : NPI7C2E10.local:80
82 SRV : switch4e4919.local:80
85 I (29396) mdns-test: Query PTR: _printer._tcp.local
88 SRV : NPI7C2E10.local:515
/hal_espressif-3.6.0/examples/protocols/http_server/restful_server/front/web-demo/
D.gitignore5 # local env files
6 .env.local
7 .env.*.local
/hal_espressif-3.6.0/docs/zh_CN/api-reference/protocols/
Dmdns.rst15 …备的网络接口名定义 ``hostname`` 。例如,``my-{IDF_TARGET_PATH_NAME}`` 会被解析为 ``my-{IDF_TARGET_PATH_NAME}.local``。
86 printf("Query A: %s.local", host_name);
119 printf(" SRV : %s.local:%u\n", r->hostname, r->port);
144 ESP_LOGI(TAG, "Query PTR: %s.%s.local", service_name, proto);
164 // 搜索 {IDF_TARGET_PATH_NAME}-mdns.local
/hal_espressif-3.6.0/docs/zh_CN/get-started-legacy/
Dlinux-setup.rst79 …ser-name/bin:/home/user-name/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b…
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Dmdns.rst8 mDNS is a multicast UDP service that is used to provide local network service and host discovery.
15 …terface. Example: ``my-{IDF_TARGET_PATH_NAME}`` will resolve to ``my-{IDF_TARGET_PATH_NAME}.local``
86 printf("Query A: %s.local", host_name);
104 Example method to resolve local services::
119 printf(" SRV : %s.local:%u\n", r->hostname, r->port);
144 ESP_LOGI(TAG, "Query PTR: %s.%s.local", service_name, proto);
164 //search for {IDF_TARGET_PATH_NAME}-mdns.local
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dsystem.rst53 …| Wi-Fi SoftAP | base_mac, +1 to the last octet | :ref:`Local MAC <local-mac-addresses>` …
58 …| Ethernet | base_mac, +3 to the last octet | :ref:`Local MAC <local-mac-addresses>` …
76 …| Wi-Fi SoftAP | base_mac, +1 to the last octet | :ref:`Local MAC <local-mac-addresses>` …
79 …| Ethernet | :ref:`Local MAC <local-mac-addresses>`| :ref:`Local MAC <local-mac-addresses>` …
152 …ddress is assigned. Note that these addresses are intended for use on a single local network, only.
154 …g/wiki/MAC_address#Universal_vs._local_(U/L_bit)>`_ for the definition of local and universally ad…
156 Function :cpp:func:`esp_derive_local_mac` is called internally to derive a local MAC address from a…
158 …it value 0x2) is set in the first octet of the universal MAC address, creating a local MAC address.
159 …ied "universal" MAC address was in fact already a local MAC address), then the first octet of the
/hal_espressif-3.6.0/docs/zh_CN/get-started/
Dlinux-setup-scratch.rst97 …ser-name/bin:/home/user-name/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b…
/hal_espressif-3.6.0/examples/wifi/espnow/main/
DKconfig.projbuild22 string "ESPNOW local master key"
25 … ESPNOW local master for the example to use. The length of ESPNOW local master must be 16 bytes.
/hal_espressif-3.6.0/docs/en/get-started-legacy/
Dlinux-setup.rst79 …ser-name/bin:/home/user-name/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b…
/hal_espressif-3.6.0/examples/protocols/
DREADME.md25 …IPv6 link-local address are obtained. In network environments where IPv6 link-local address cannot…
/hal_espressif-3.6.0/docs/en/get-started/
Dlinux-setup-scratch.rst97 …ser-name/bin:/home/user-name/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b…
/hal_espressif-3.6.0/examples/protocols/esp_local_ctrl/
DREADME.md3 …he device over local network. In this case the device name is resolved through `mDNS`, which in th…
17 ping my_esp_ctrl_device.local
92 …rsa:2048 -nodes -keyout prvtkey.pem -days 3650 -out server.csr -subj "/CN=my_esp_ctrl_device.local"
/hal_espressif-3.6.0/tools/test_apps/protocols/pppos/
DREADME.md34 sudo pppd /dev/ttyAMA0 115200 CONFIG_TEST_APP_PPP_SERVER_IP:TEST_APP_PPP_CLIENT_IP modem local noa…
41 Connect to the ESP local link address and send data, e.g.
/hal_espressif-3.6.0/examples/openthread/ot_br/
DREADME.md75 $ commissioner-cli /usr/local/etc/commissioner/non-ccm-config.json
225 + enp1s0 IPv6 my-service _test._udp local
226 = enp1s0 IPv6 my-service _test._udp local
227 hostname = [test0.local]
231 + enp1s0 IPv4 my-service _test._udp local
232 = enp1s0 IPv4 my-service _test._udp local
233 hostname = [test0.local]
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/tutorial/
DBLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md84 #### 2.2.1.2 Add local Appkey
86 … Appkey right after it has been initialized. Therefore, you have to add a local Appkey for the pro…
91 ESP_LOGE(TAG, "%s: Failed to add local application key", __func__);
97 #### 2.2.1.3 Bind Appkey to local model
99 …Appkey. To that end, users must bind the Appkey of the provisioner to its local models, which are …
116 …D_LOCAL_APP_KEY_COMP_EVT` event, and make sure that the Appkey has been binded to the local models.
/hal_espressif-3.6.0/examples/system/perfmon/
DREADME.md200 Load from local memory i.e. DataRAM, DataROM, InstRAM, InstROM
209 Load from local memory i.e. DataRAM, DataROM, InstRAM, InstROM
218 Load from local memory i.e. DataRAM, DataROM, InstRAM, InstROM
227 Store to local memory i.e. DataRAM, InstRAM
235 Store to local memory i.e. DataRAM, InstRAM
243 Store to local memory i.e. DataRAM, InstRAM
349 Load from local memory i.e. DataRAM, DataROM, InstRAM, InstROM
352 Store to local memory i.e. DataRAM, InstRAM
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/tutorial/
DGatt_Security_Client_Example_Walkthrough.md7 …ed using an Application Profile that upon registration, allows to set the local privacy configurat…
31 …gattc_profile_event_handler()``. Here, the event is used to configure the local privacy of the sla…
40 This function is a Bluedroid API call for configuring default privacy settings on the local device.…
45 …ESP_LOGE(GATTC_TAG, "config local privacy failed, error code =%x", param->local_privacy_cmpl.statu…
119 …order to establish a secure link between a master and a slave device, the local privacy of the GAT…
/hal_espressif-3.6.0/examples/wifi/espnow/
DREADME.md18 * When Device1 receiving broadcast ESPNOW data with 'state' as 1, compares the local magic number w…
19 …If the local one is bigger than that one, stop sending broadcast ESPNOW data and starts sending un…
40 * Set ESPNOW local master key under Example Configuration Options.
114 on the same channel or the primary key and local key are different.
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dthread-local-storage.rst1 .. include:: ../../en/api-guides/thread-local-storage.rst
/hal_espressif-3.6.0/components/esptool_py/esptool/
D.gitignore11 local.mk
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/tutorial/
Dble50_security_client_Example_Walkthrough.md8 …ed using an Application Profile that upon registration, allows to set the local privacy configurat…
57 …gattc_profile_event_handler()``. Here, the event is used to configure the local privacy of the sla…
66 This function is a Bluedroid API call for configuring default privacy settings on the local device.…
71 ESP_LOGE(GATTC_TAG, "config local privacy failed, error code =%x", param->local_priva
147 …to establish a secure link between a central and a peripheral device, the local privacy of the GAT…

1234