Home
last modified time | relevance | path

Searched refs:target (Results 1 – 22 of 22) sorted by relevance

/NetX-Duo-v6.2.1/test/cmake/mqtt_interoperability/regression/
Dnetwork_config.cmake23 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/
Dnetwork_config.cmake23 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/
Dnx_secure_x509_pkcs1_rsa_private_key_parse.c27 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/
Dcortex_m0.cmake1 # Name of the target
Dcortex_m3.cmake1 # Name of the target
Dcortex_m4.cmake1 # Name of the target
Dcortex_m7.cmake1 # Name of the target
Dutilities.cmake11 # Add this target into the temp
/NetX-Duo-v6.2.1/
DCMakeLists.txt18 # 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/
Dbug_report.md15 - What target device are you using?
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_mrp.h252 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/
Dnx_azure_iot_pnp_client_command_unit_test.c189 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()
Dnx_azure_iot_pnp_client_telemetry_unit_test.c153 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()
Dnx_azure_iot_adu_agent_unit_test.c434 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()
Dnx_azure_iot_pnp_client_properties_unit_test.c244 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/
Dnx_mrp.c883 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/
Dnxd_http_server.c7714 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()
Dnxd_http_server.h634 UINT _nx_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG tar…
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c8259 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()
Dnx_web_http_server.h635 UINT _nx_web_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG…
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c100 …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/
Drevision_history.txt4890 … Corrected the logic for setting the target IP address.