| /NetX-Duo-v6.2.1/test/cmake/mqtt_interoperability/regression/ |
| D | network_config.cmake | 23 macro(network_config target) 25 ${target} 38 set(${target}_interface veth${INTERFACE_NUMBER}) 39 set(${target}_ip ${IP_BYTE_0}.${IP_BYTE_1}.${IP_BYTE_2}.${IP_BYTE_3}) 41 set(${target}_remote_interface veth${INTERFACE_NUMBER}) 42 set(${target}_remote_ip ${IP_BYTE_0}.${IP_BYTE_1}.${IP_BYTE_2}.${IP_BYTE_4}) 43 set(${target}_port ${PORT_NUMBER})
|
| /NetX-Duo-v6.2.1/test/cmake/nx_secure_interoperability/regression/ |
| D | network_config.cmake | 23 macro(network_config target) 25 ${target} 38 set(${target}_interface veth${INTERFACE_NUMBER}) 39 set(${target}_ip ${IP_BYTE_0}.${IP_BYTE_1}.${IP_BYTE_2}.${IP_BYTE_3}) 41 set(${target}_remote_interface veth${INTERFACE_NUMBER}) 42 set(${target}_remote_ip ${IP_BYTE_0}.${IP_BYTE_1}.${IP_BYTE_2}.${IP_BYTE_4}) 43 set(${target}_port ${PORT_NUMBER})
|
| /NetX-Duo-v6.2.1/nx_secure/src/ |
| D | nx_secure_x509_pkcs1_rsa_private_key_parse.c | 27 const UCHAR **target, USHORT *target_length); 352 const UCHAR **target, USHORT *target_length) in _nx_secure_asn1_parse_unsigned_integer() argument 372 *target = &data[offset]; in _nx_secure_asn1_parse_unsigned_integer()
|
| /NetX-Duo-v6.2.1/cmake/ |
| D | cortex_m0.cmake | 1 # Name of the target
|
| D | cortex_m3.cmake | 1 # Name of the target
|
| D | cortex_m4.cmake | 1 # Name of the target
|
| D | cortex_m7.cmake | 1 # Name of the target
|
| D | utilities.cmake | 11 # Add this target into the temp
|
| /NetX-Duo-v6.2.1/ |
| D | CMakeLists.txt | 18 # Define our target library and an alias for consumers 75 # Enable a build target that produces a ZIP file of all sources
|
| /NetX-Duo-v6.2.1/.github/ISSUE_TEMPLATE/ |
| D | bug_report.md | 15 - What target device are you using?
|
| /NetX-Duo-v6.2.1/tsn/inc/ |
| D | nx_mrp.h | 252 UINT nx_mrp_attribute_evict(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *target);
|
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | nx_azure_iot_pnp_client_command_unit_test.c | 189 az_span target = az_span_create((UCHAR *)g_pnp_model_id, sizeof(g_pnp_model_id) - 1); in __wrap__nxde_mqtt_client_secure_connect() local 195 assert_int_not_equal(az_span_find(source, target), -1); in __wrap__nxde_mqtt_client_secure_connect()
|
| D | nx_azure_iot_pnp_client_telemetry_unit_test.c | 153 az_span target = az_span_create((UCHAR *)g_pnp_model_id, sizeof(g_pnp_model_id) - 1); in __wrap__nxde_mqtt_client_secure_connect() local 165 assert_int_not_equal(az_span_find(source, target), -1); in __wrap__nxde_mqtt_client_secure_connect()
|
| D | nx_azure_iot_adu_agent_unit_test.c | 434 az_span target = az_span_create((UCHAR *)g_pnp_model_id, sizeof(g_pnp_model_id) - 1); in __wrap__nxde_mqtt_client_secure_connect() local 440 assert_int_not_equal(az_span_find(source, target), -1); in __wrap__nxde_mqtt_client_secure_connect()
|
| D | nx_azure_iot_pnp_client_properties_unit_test.c | 244 az_span target = az_span_create((UCHAR *)g_pnp_model_id, sizeof(g_pnp_model_id) - 1); in __wrap__nxde_mqtt_client_secure_connect() local 250 assert_int_not_equal(az_span_find(source, target), -1); in __wrap__nxde_mqtt_client_secure_connect()
|
| /NetX-Duo-v6.2.1/tsn/src/ |
| D | nx_mrp.c | 883 UINT nx_mrp_attribute_evict(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE *target) in nx_mrp_attribute_evict() argument 885 NX_MRP_ATTRIBUTE *attribute = target; in nx_mrp_attribute_evict()
|
| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_server.c | 7714 UINT _nx_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG target_le… in _nx_http_server_match_string() argument 7729 if(memcmp(target, target + (*match_count - pre_match), pre_match) == 0) in _nx_http_server_match_string() 7739 if(memcmp(target + pre_match, src_start, remain_match) == 0) in _nx_http_server_match_string() 7767 if(memcmp(ch, target, *match_count) == 0) in _nx_http_server_match_string() 7783 if(memcmp(ch, target, *match_count) == 0) in _nx_http_server_match_string()
|
| D | nxd_http_server.h | 634 UINT _nx_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG tar…
|
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_server.c | 8259 UINT _nx_web_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG targe… in _nx_web_http_server_match_string() argument 8274 if(memcmp(target, target + (*match_count - pre_match), pre_match) == 0) in _nx_web_http_server_match_string() 8284 if(memcmp(target + pre_match, src_start, remain_match) == 0) in _nx_web_http_server_match_string() 8312 if(memcmp(ch, target, *match_count) == 0) in _nx_web_http_server_match_string() 8328 if(memcmp(ch, target, *match_count) == 0) in _nx_web_http_server_match_string()
|
| D | nx_web_http_server.h | 635 UINT _nx_web_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG…
|
| /NetX-Duo-v6.2.1/addons/mdns/ |
| D | nxd_mdns.c | 100 …ONG ttl, UCHAR set, USHORT priority, USHORT weights, USHORT port, UCHAR *target, NX_MDNS_RR **inse… 5253 … USHORT weights, USHORT port, UCHAR *target, NX_MDNS_RR **insert_rr, UINT interface_index) in _nx_mdns_rr_srv_add() argument 5261 if (_nx_utility_string_length_check((CHAR *)target, &target_length, NX_MDNS_NAME_MAX)) in _nx_mdns_rr_srv_add() 5282 status = _nx_mdns_cache_add_string(mdns_ptr, NX_MDNS_CACHE_TYPE_LOCAL, target, target_length, in _nx_mdns_rr_srv_add()
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 4890 … Corrected the logic for setting the target IP address.
|