| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_ip_driver_interface_direct_command.c | 76 UINT _nx_ip_driver_interface_direct_command(NX_IP *ip_ptr, UINT command, UINT interface_index, ULO… in _nx_ip_driver_interface_direct_command() argument 88 …NX_TRACE_IN_LINE_INSERT(NX_TRACE_IP_DRIVER_DIRECT_COMMAND, ip_ptr, command, 0, 0, NX_TRACE_IP_EVEN… in _nx_ip_driver_interface_direct_command() 95 driver_request.nx_ip_driver_command = command; in _nx_ip_driver_interface_direct_command()
|
| D | nx_ip_driver_direct_command.c | 75 UINT _nx_ip_driver_direct_command(NX_IP *ip_ptr, UINT command, ULONG *return_value_ptr) in _nx_ip_driver_direct_command() argument 78 return(_nx_ip_driver_interface_direct_command(ip_ptr, command, 0, return_value_ptr)); in _nx_ip_driver_direct_command()
|
| D | nxe_ip_driver_direct_command.c | 77 UINT _nxe_ip_driver_direct_command(NX_IP *ip_ptr, UINT command, ULONG *return_value_ptr) in _nxe_ip_driver_direct_command() argument 92 status = _nx_ip_driver_direct_command(ip_ptr, command, return_value_ptr); in _nxe_ip_driver_direct_command()
|
| D | nxe_ip_driver_interface_direct_command.c | 78 UINT _nxe_ip_driver_interface_direct_command(NX_IP *ip_ptr, UINT command, UINT interface_index, UL… in _nxe_ip_driver_interface_direct_command() argument 98 …status = _nx_ip_driver_interface_direct_command(ip_ptr, command, interface_index, return_value_pt… in _nxe_ip_driver_interface_direct_command()
|
| /NetX-Duo-v6.2.1/test/cmake/azure_iot/ |
| D | run.sh | 76 if [ "$command" == "build" ]; then 87 elif [ "$command" == "test" ]; then
|
| /NetX-Duo-v6.2.1/addons/azure_iot/docs/ |
| D | azure_rtos_iot_hub_client.md | 1133 <div style="text-align: right"> Enables receiving command messages from IoTHub </div> 1142 <p>This routine enables receiving command messages from IoT Hub. </p> 1150 * NX_AZURE_IOT_SUCCESS Successful if command message receiving is enabled. 1151 * NX_AZURE_IOT_INVALID_PARAMETER Fail to enable command message receiving due to invalid parameter. 1152 * NXD_MQTT_NOT_CONNECTED Fail to enable command message receiving due to MQTT not connected. 1153 * NXD_MQTT_PACKET_POOL_FAILURE Fail to enable command message receiving due to no available packet … 1154 * NXD_MQTT_COMMUNICATION_FAILURE Fail to enable command message receiving due to TCP/TLS error. 1168 <div style="text-align: right"> Disables receiving command messages from IoTHub</div> 1176 <p>This routine disables receiving command messages from IoT Hub.</p> 1186 * NX_AZURE_IOT_SUCCESS Successful if command message receiving is disabled. [all …]
|
| D | azure_rtos_iot_adu_agent.md | 22 …otherwise, adu agent will set NX_AZURE_IOT_ADU_AGENT_DRIVER_UPDATE_CHECK command to let driver (ad… 69 …u_agent_driver must implement NX_AZURE_IOT_ADU_AGENT_DRIVER_UPDATE_CHECK command to check if the u…
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_ip.h | 133 UINT _nx_ip_driver_direct_command(NX_IP *ip_ptr, UINT command, ULONG *return_value_ptr); 134 UINT _nx_ip_driver_interface_direct_command(NX_IP *ip_ptr, UINT command, UINT interface_index, ULON… 186 UINT _nxe_ip_driver_direct_command(NX_IP *ip_ptr, UINT command, ULONG *return_value_ptr); 187 UINT _nxe_ip_driver_interface_direct_command(NX_IP *ip_ptr, UINT command, UINT interface_index, ULO…
|
| D | nx_api.h | 3644 UINT nx_ip_driver_direct_command(NX_IP *ip_ptr, UINT command, ULONG *return_value_ptr); 3645 UINT nx_ip_driver_interface_direct_command(NX_IP *ip_ptr, UINT command, UINT interface_index, ULONG…
|
| /NetX-Duo-v6.2.1/test/regression/tahi_test/ |
| D | netx_tahi.h | 58 int command; member
|
| D | netx_tahi_run_test_case.c | 812 if(test_case[steps].command != CLEANUP) in netx_tahi_run_test_case() 816 switch(test_case[steps].command) in netx_tahi_run_test_case()
|
| /NetX-Duo-v6.2.1/test/regression/mdns_test/ |
| D | netx_mdns_run_test_case.c | 626 if(test_case[steps].command != CLEANUP) in netx_mdns_run_test_case() 630 switch(test_case[steps].command) in netx_mdns_run_test_case() 677 …st_case[steps].timeout* NX_IP_PERIODIC_RATE + NX_MDNS_TIMER_COUNT_RANGE, test_case[steps].command); in netx_mdns_run_test_case() 683 …st_case[steps].timeout* NX_IP_PERIODIC_RATE + NX_MDNS_TIMER_COUNT_RANGE, test_case[steps].command); in netx_mdns_run_test_case() 769 perform_mdns_rr_check(mdns_ptr, test_case[steps].pkt_size, test_case[steps].command); in netx_mdns_run_test_case()
|
| D | netx_mdns_test.h | 83 int command; member
|
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | user_agent_string_unit_test.c | 234 UINT __wrap__nxe_ip_driver_interface_direct_command(NX_IP *ip_ptr, UINT command, UINT interface_ind… in __wrap__nxe_ip_driver_interface_direct_command() argument
|
| /NetX-Duo-v6.2.1/addons/pppoe/ |
| D | nx_pppoe_client.c | 61 …_pppoe_client_packet_send(NX_PPPOE_CLIENT *pppoe_client_ptr, NX_PACKET *packet_ptr, UINT command); 3078 …nx_pppoe_client_packet_send(NX_PPPOE_CLIENT *pppoe_client_ptr, NX_PACKET *packet_ptr, UINT command) in _nx_pppoe_client_packet_send() argument 3085 driver_request.nx_ip_driver_command = command; in _nx_pppoe_client_packet_send()
|
| D | nx_pppoe_server.c | 58 …poe_server_ptr, NX_PPPOE_CLIENT_SESSION *client_session_ptr, NX_PACKET *packet_ptr, UINT command); 3165 …pppoe_server_ptr, NX_PPPOE_CLIENT_SESSION *client_session_ptr, NX_PACKET *packet_ptr, UINT command) in _nx_pppoe_server_packet_send() argument 3177 driver_request.nx_ip_driver_command = command; in _nx_pppoe_server_packet_send()
|
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.h | 1017 INT nx_bsd_ioctl(INT sockID, INT command, INT *result);
|
| D | nxd_bsd.c | 5533 INT nx_bsd_ioctl(INT sockID, INT command, INT *result) in nx_bsd_ioctl() argument 5578 switch (command) in nx_bsd_ioctl()
|
| /NetX-Duo-v6.2.1/addons/azure_iot/samples/ |
| D | README.md | 139 - **Methods**: Invoke a IoT Plug and Play command called `getMaxMinReport` with JSON payload value …
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 4570 … Made the sprintf formats the same for LIST the command case in nx_ftp_se… 4641 … Fixed the logic for handling message and command in one packet. 4642 …nt.h Fixed the logic for handling message and command in one packet. 5296 … Fixed a bug when packet contains command and data, data are not processed.
|