Searched refs:txt (Results 1 – 9 of 9) sorted by relevance
/NetX-Duo-v6.3.0/ |
D | .gitignore | 6 CMakeLists.txt.user 7 CMakeCache.txt 11 install_manifest.txt
|
D | .gitattributes | 40 *.txt whitespace=tab-in-indent
|
D | README.md | 32 ├── LICENSE.txt # License terms 33 ├── LICENSE-HARDWARE.txt # Licensed hardware from semiconductors 153 …txt file of this repo. Please refer to this file for all definitive licensing information. No addi…
|
D | LICENSE.txt | 49 named “LICENSED-HARDWARE.txt” included in the repository and/or distributed with 52 the LICENSED-HARDWARE.txt file, you do not have the rights in this Section 2.
|
/NetX-Duo-v6.3.0/samples/ |
D | demo_netx_duo_mdns.c | 191 static void register_local_service(UCHAR *instance, UCHAR *type, UCHAR *subtype, UCHAR *txt, UINT t… in register_local_service() argument 196 …status = nx_mdns_service_add(&mdns, instance, type, subtype, txt, ttl, (USHORT)priority, (USHORT)w… in register_local_service()
|
/NetX-Duo-v6.3.0/addons/mdns/ |
D | nxd_mdns.h | 1297 …ns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt, ULONG ttl, 1299 …ns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt, ULONG ttl,
|
D | nxd_mdns.c | 102 …ns_rr_txt_add(NX_MDNS *mdns_ptr, UCHAR *name, ULONG ttl, UCHAR set, UCHAR *txt, NX_MDNS_RR **inser… 2303 UINT _nxe_mdns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt… in _nxe_mdns_service_add() argument 2341 if (txt) in _nxe_mdns_service_add() 2343 if (_nx_utility_string_length_check((CHAR *)txt, NX_NULL, NX_MDNS_NAME_MAX)) in _nxe_mdns_service_add() 2365 status = _nx_mdns_service_add(mdns_ptr, name, type, sub_type, txt, ttl, priority, in _nxe_mdns_service_add() 2429 UINT _nx_mdns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt,… in _nx_mdns_service_add() argument 2543 …status = _nx_mdns_rr_txt_add(mdns_ptr, &temp_string_buffer[0], txt_ttl, is_unique, txt, &txt_rr, i… in _nx_mdns_service_add() 5389 static UINT _nx_mdns_rr_txt_add(NX_MDNS *mdns_ptr, UCHAR *name, ULONG ttl, UCHAR set, UCHAR *txt, N… in _nx_mdns_rr_txt_add() argument 5413 if (txt) in _nx_mdns_rr_txt_add() 5417 if (_nx_utility_string_length_check((CHAR *)txt, &txt_length, NX_MDNS_NAME_MAX)) in _nx_mdns_rr_txt_add() [all …]
|
/NetX-Duo-v6.3.0/addons/azure_iot/ |
D | README.md | 29 …tX Duo. Make sure you have defined the following macros in the `CMakeLists.txt` or `nx_user.h` whe…
|
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/cmake-modules/ |
D | asc_security_coreCodeCoverage.cmake | 73 # 2. Add the following line to your CMakeLists.txt:
|