/NetX-Duo-v6.4.1/test/regression/tsn_test/ |
D | netx_mrp_state_machine_test.c | 219 attribute ->applicant.state = NX_MRP_APPLICANT_STATE_VO; in thread_0_entry() 221 if (status || (attribute ->applicant.state != NX_MRP_APPLICANT_STATE_VO)) in thread_0_entry() 224 attribute ->applicant.state = NX_MRP_APPLICANT_STATE_VP; in thread_0_entry() 226 if (status || (attribute ->applicant.state != NX_MRP_APPLICANT_STATE_VO)) in thread_0_entry() 229 attribute ->applicant.state = NX_MRP_APPLICANT_STATE_VN; in thread_0_entry() 231 if (status || (attribute ->applicant.state != NX_MRP_APPLICANT_STATE_VO)) in thread_0_entry() 234 attribute ->applicant.state = NX_MRP_APPLICANT_STATE_AN; in thread_0_entry() 236 if (status || (attribute ->applicant.state != NX_MRP_APPLICANT_STATE_VO)) in thread_0_entry() 239 attribute ->applicant.state = NX_MRP_APPLICANT_STATE_AA; in thread_0_entry() 241 if (status || (attribute ->applicant.state != NX_MRP_APPLICANT_STATE_VO)) in thread_0_entry() [all …]
|
/NetX-Duo-v6.4.1/tsn/src/ |
D | nx_mrp.c | 98 UCHAR origin_state = attribute -> applicant.state; in nx_mrp_applicant_event_process() 111 attribute -> applicant.state = NX_MRP_APPLICANT_STATE_VO; in nx_mrp_applicant_event_process() 115 if (attribute -> applicant.state != NX_MRP_APPLICANT_STATE_AN) in nx_mrp_applicant_event_process() 117 attribute -> applicant.state = NX_MRP_APPLICANT_STATE_VN; in nx_mrp_applicant_event_process() 123 switch (attribute -> applicant.state) in nx_mrp_applicant_event_process() 126 attribute -> applicant.state = NX_MRP_APPLICANT_STATE_VP; in nx_mrp_applicant_event_process() 130 attribute -> applicant.state = NX_MRP_APPLICANT_STATE_AA; in nx_mrp_applicant_event_process() 134 attribute -> applicant.state = NX_MRP_APPLICANT_STATE_AP; in nx_mrp_applicant_event_process() 138 attribute -> applicant.state = NX_MRP_APPLICANT_STATE_QP; in nx_mrp_applicant_event_process() 142 attribute -> applicant.state = NX_MRP_APPLICANT_STATE_VP; in nx_mrp_applicant_event_process() [all …]
|
/NetX-Duo-v6.4.1/test/regression/mdns_test/ |
D | netx_mdns_peer_service_change_notify_test.c | 88 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state); 89 static VOID service_change_notify(NX_MDNS *mdns_ptr, NX_MDNS_SERVICE *service_ptr, UINT state); 346 static VOID service_change_notify(NX_MDNS *mdns_ptr, NX_MDNS_SERVICE *service_ptr, UINT state) in service_change_notify() argument 352 switch(state) in service_change_notify()
|
D | netx_mdns_local_cache_continuous_query_test.c | 43 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state); 256 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state) in probing_notify() argument 262 switch(state) in probing_notify()
|
D | netx_mdns_second_interface_test.c | 42 static VOID probing_notify(NX_MDNS *mdns_ptr, UCHAR *name, UINT state); 241 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state) in probing_notify() argument 247 switch(state) in probing_notify()
|
D | netx_mdns_bad_packet_test.c | 34 static VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_tye); 605 static VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_type) in cache_full_notify() argument
|
D | netx_mdns_test.h | 142 void netx_mdns_probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state);
|
D | netx_mdns_run_test_case.c | 45 static VOID service_change_notify(NX_MDNS *mdns_ptr, NX_MDNS_SERVICE *service_ptr, UINT state) in service_change_notify() argument 49 if(service_callback_state == state) in service_change_notify() 589 void netx_mdns_probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state) in netx_mdns_probing_notify() argument 594 if(probing_callback_state == state) in netx_mdns_probing_notify()
|
D | netx_mdns_internal_function_test.c | 46 static VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_tye); 1108 VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_type) in cache_full_notify() argument 1111 switch(state) in cache_full_notify()
|
/NetX-Duo-v6.4.1/tsn/inc/ |
D | nx_mrp.h | 165 UCHAR state; member 171 UCHAR state; member 179 UCHAR state; /* applicant state */ member 186 UCHAR state; /* registrar state */ member
|
/NetX-Duo-v6.4.1/addons/azure_iot/ |
D | nx_azure_iot_adu_agent.c | 330 …(adu_agent_ptr -> nx_azure_iot_adu_agent_downloader.state >= NX_AZURE_IOT_ADU_AGENT_DOWNLOADER_HTT… in nx_azure_iot_adu_agent_stop() 648 if (downloader_ptr -> state == NX_AZURE_IOT_ADU_AGENT_DOWNLOADER_ADDRESS_QUERY) in nx_azure_iot_adu_agent_timer_event_process() 654 else if ((downloader_ptr -> state == NX_AZURE_IOT_ADU_AGENT_DOWNLOADER_HTTP_CONNECT) || in nx_azure_iot_adu_agent_timer_event_process() 655 (downloader_ptr -> state == NX_AZURE_IOT_ADU_AGENT_DOWNLOADER_HTTP_CONTENT_GET)) in nx_azure_iot_adu_agent_timer_event_process() 684 …(adu_agent_ptr -> nx_azure_iot_adu_agent_current_step -> state == NX_AZURE_IOT_ADU_AGENT_STEP_STAT… in nx_azure_iot_adu_agent_update_check_event_process() 685 …(adu_agent_ptr -> nx_azure_iot_adu_agent_current_step -> state == NX_AZURE_IOT_ADU_AGENT_STEP_STAT… in nx_azure_iot_adu_agent_update_check_event_process() 691 if (update_manifest_content -> steps[i].state == NX_AZURE_IOT_ADU_AGENT_STEP_STATE_IDLE) in nx_azure_iot_adu_agent_update_check_event_process() 746 switch (step -> state) in nx_azure_iot_adu_agent_update_check_event_process() 962 …(adu_agent_ptr -> nx_azure_iot_adu_agent_current_step -> state == NX_AZURE_IOT_ADU_AGENT_STEP_STAT… in nx_azure_iot_adu_agent_download_install_event_process() 963 …(adu_agent_ptr -> nx_azure_iot_adu_agent_current_step -> state == NX_AZURE_IOT_ADU_AGENT_STEP_STAT… in nx_azure_iot_adu_agent_download_install_event_process() [all …]
|
D | nx_azure_iot_adu_agent.h | 491 UINT state; member 617 UINT state; member
|
D | nx_azure_iot_provisioning_client.c | 271 UINT state = context -> nx_azure_iot_provisioning_client_state; in nx_azure_iot_provisioning_client_update_state() local 274 LogDebug(LogLiteralArgs("Action result in state %d"), state); in nx_azure_iot_provisioning_client_update_state() 281 switch (state) in nx_azure_iot_provisioning_client_update_state() 315 LogError(LogLiteralArgs("Unknown state: %d"), state); in nx_azure_iot_provisioning_client_update_state()
|
/NetX-Duo-v6.4.1/samples/ |
D | demo_netx_duo_mdns.c | 435 static VOID service_change_notify(NX_MDNS *mdns_ptr, NX_MDNS_SERVICE *service_ptr, UINT state) in service_change_notify() argument 440 switch(state) in service_change_notify() 505 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state) in probing_notify() argument 510 switch(state) in probing_notify() 543 static VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_type) in cache_full_notify() argument 559 if (state == NX_MDNS_CACHE_STATE_FULL) in cache_full_notify()
|
/NetX-Duo-v6.4.1/test/regression/nx_secure_test/ |
D | nx_secure_tls_multithread_test.c | 859 UINT state; in ntest_1_entry() local 930 …tx_thread_info_get(&ntest_2, NX_NULL, &state, NX_NULL, NX_NULL, NX_NULL, NX_NULL, NX_NULL, NX_NULL… in ntest_1_entry() 931 if (state == TX_COMPLETED) in ntest_1_entry()
|
/NetX-Duo-v6.4.1/test/regression/azure_iot/ |
D | main.c | 109 static void test_entry(void **state); 252 static void test_entry(void **state) in test_entry() argument
|
/NetX-Duo-v6.4.1/.github/ISSUE_TEMPLATE/ |
D | hardware-or-architecture-support.md | 16 If this is a new board or SoC, please state whether you are willing to maintain the Azure RTOS supp…
|
/NetX-Duo-v6.4.1/addons/mdns/ |
D | nxd_mdns.h | 1286 …t(NX_MDNS *mdns_ptr, VOID (*cache_full_notify_cb)(NX_MDNS *mdns_ptr, UINT state, UINT cache_type)); 1287 …t(NX_MDNS *mdns_ptr, VOID (*cache_full_notify_cb)(NX_MDNS *mdns_ptr, UINT state, UINT cache_type)); 1318 … VOID (*service_change_notify)(NX_MDNS *mdns_ptr, NX_MDNS_SERVICE *service_ptr, UINT state)); 1320 … VOID (*service_change_notify)(NX_MDNS *mdns_ptr, NX_MDNS_SERVICE *service_ptr, UINT state));
|
/NetX-Duo-v6.4.1/addons/ptp/ |
D | nxd_ptp_client.c | 3983 UINT state; local 3994 state = client_ptr -> nx_ptp_client_thread_state; local 3995 if (state == NX_PTP_CLIENT_THREAD_IDLE) 4000 if (state != NX_PTP_CLIENT_THREAD_IDLE) 4285 UINT state; local 4292 state = client_ptr -> nx_ptp_client_thread_state; local 4293 if (state == NX_PTP_CLIENT_THREAD_RUNNING) 4298 if ((state != NX_PTP_CLIENT_THREAD_RUNNING) && 4299 (state != NX_PTP_CLIENT_THREAD_STOPPED)) 4349 while (state != NX_PTP_CLIENT_THREAD_STOPPED) [all …]
|
/NetX-Duo-v6.4.1/test/regression/dhcp_test/ |
D | netx_dhcp_release_test.c | 174 static void interface_state_change_cb(NX_DHCP *dhcp_ptr, UINT iface, UCHAR state) in interface_state_change_cb() argument
|
D | netx_dhcp_stop_test.c | 174 static void interface_state_change_cb(NX_DHCP *dhcp_ptr, UINT iface, UCHAR state) in interface_state_change_cb() argument
|
D | netx_dhcp_coverage_test.c | 142 static void state_change_cb(NX_DHCP *dhcp_ptr, UCHAR state) in state_change_cb() argument 159 static void interface_state_change_cb(NX_DHCP *dhcp_ptr, UINT iface, UCHAR state) in interface_state_change_cb() argument
|
/NetX-Duo-v6.4.1/docs/ |
D | revision_history.txt | 36 Files are modified to fix system state check: 820 nx_tcp_socket_delete.c Fixed socket state check. 1280 Files are modified to support for TCP TIMED WAIT state: 1559 … nx_tcp_client_socket_unbind.c Limited the socket state to closed only. 1567 …nx_tcp_server_socket_unlisten.c Reset the socket state only when it was listening. 1578 … nx_tcp_socket_packet_process.c Removed the data check in CLOSE WAIT state. 1579 … Checked ACK for LAST ACK and CLOSING state. 1580 … Checked socket state before processing data. 1625 … Fixed the bug for socket state since it is updated in connect cleanup. 2259 the TCP socket state. [all …]
|
/NetX-Duo-v6.4.1/addons/azure_iot/docs/ |
D | azure_rtos_iot_provisioning_client.md | 304 * NX_AZURE_IOT_WRONG_STATE Fail to retrieve device info due to wrong state.
|
D | azure_rtos_iot_json.md | 115 <p>Reads the next token in the JSON text and updates the reader state.</p>
|