/NetX-Duo-v6.4.1/test/cmake/azure_iot/ |
D | run.sh | 40 …ctest $parallel --timeout 1000 -O $1.txt -T test --no-compress-output --test-output-size-passed 41… 42 grep -E "^(\s*[0-9]+|Total)" build/$1/$1.txt >build/$1.txt 43 sed -i "s/\x1B\[[0-9;]*[JKmsu]//g" build/$1.txt 54 result=$(sed -n "/(BUILD_CONFIGURATIONS/,/)/p" CMakeLists.txt|sed ':label;N;s/\n/ /;b label'|grep -…
|
/NetX-Duo-v6.4.1/ |
D | .gitignore | 7 CMakeLists.txt.user 8 CMakeCache.txt 12 install_manifest.txt
|
D | .gitattributes | 40 *.txt whitespace=tab-in-indent
|
D | README.md | 30 ├── LICENSE.txt # License terms 31 ├── LICENSE-HARDWARE.txt # Licensed hardware from semiconductors 138 License terms for using Eclipse ThreadX are defined in the LICENSE.txt file of this repo. Please re…
|
/NetX-Duo-v6.4.1/test/regression/mdns_test/ |
D | netx_mdns_ipv6_string_test.c | 174 NX_MDNS_RR *txt = NX_NULL; in ntest_0_entry() local 311 txt = p; in ntest_0_entry() 319 (txt == NX_NULL) || in ntest_0_entry() 357 …if (memcmp(txt -> nx_mdns_rr_name, "CanonMF4500w._http._tcp.local", strlen("CanonMF4500w._http._tc… in ntest_0_entry()
|
D | netx_mdns_txt_notation_test.c | 28 static CHAR *txt = "paper=A4;version=01"; variable 199 else if(strcmp(service.service_text, txt)) in ntest_0_entry()
|
D | netx_mdns_test.h | 125 UCHAR *txt; member
|
D | netx_mdns_run_test_case.c | 720 …ns_ptr, mdns_service -> name, mdns_service -> type, mdns_service -> sub_type, mdns_service -> txt, in netx_mdns_run_test_case()
|
/NetX-Duo-v6.4.1/test/regression/interoperability_test/mqtt_test/test_scripts/ |
D | mosquitto-psk.conf | 408 psk_file ./psk_file.txt
|
/NetX-Duo-v6.4.1/test/cmake/netxduo_fast/ |
D | CMakeLists.txt | 9 include(${CMAKE_CURRENT_SOURCE_DIR}/../netxduo/CMakeLists.txt)
|
/NetX-Duo-v6.4.1/test/cmake/nx_secure_interoperability/ |
D | CMakeLists.txt | 7 include(${CMAKE_CURRENT_SOURCE_DIR}/../nx_secure/CMakeLists.txt)
|
/NetX-Duo-v6.4.1/test/cmake/netxduo64/ |
D | CMakeLists.txt | 9 include(${CMAKE_CURRENT_SOURCE_DIR}/../netxduo/CMakeLists.txt)
|
/NetX-Duo-v6.4.1/addons/mdns/ |
D | nxd_mdns.h | 1296 …ns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt, ULONG ttl, 1298 …ns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt, ULONG ttl,
|
D | nxd_mdns.c | 101 …ns_rr_txt_add(NX_MDNS *mdns_ptr, UCHAR *name, ULONG ttl, UCHAR set, UCHAR *txt, NX_MDNS_RR **inser… 2302 UINT _nxe_mdns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt… in _nxe_mdns_service_add() argument 2340 if (txt) in _nxe_mdns_service_add() 2342 if (_nx_utility_string_length_check((CHAR *)txt, NX_NULL, NX_MDNS_NAME_MAX)) in _nxe_mdns_service_add() 2364 status = _nx_mdns_service_add(mdns_ptr, name, type, sub_type, txt, ttl, priority, in _nxe_mdns_service_add() 2428 UINT _nx_mdns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt,… in _nx_mdns_service_add() argument 2542 …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() 5388 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 5412 if (txt) in _nx_mdns_rr_txt_add() 5416 if (_nx_utility_string_length_check((CHAR *)txt, &txt_length, NX_MDNS_NAME_MAX)) in _nx_mdns_rr_txt_add() [all …]
|
/NetX-Duo-v6.4.1/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.4.1/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…
|