Home
last modified time | relevance | path

Searched refs:command (Results 1 – 20 of 20) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_driver_interface_direct_command.c76 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()
Dnx_ip_driver_direct_command.c75 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()
Dnxe_ip_driver_direct_command.c77 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()
Dnxe_ip_driver_interface_direct_command.c78 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/
Drun.sh76 if [ "$command" == "build" ]; then
87 elif [ "$command" == "test" ]; then
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client.md1133 <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 …]
Dazure_rtos_iot_adu_agent.md22 …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/
Dnx_ip.h133 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…
Dnx_api.h3644 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/
Dnetx_tahi.h58 int command; member
Dnetx_tahi_run_test_case.c812 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/
Dnetx_mdns_run_test_case.c626 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()
Dnetx_mdns_test.h83 int command; member
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Duser_agent_string_unit_test.c234 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/
Dnx_pppoe_client.c61 …_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()
Dnx_pppoe_server.c58 …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/
Dnxd_bsd.h1017 INT nx_bsd_ioctl(INT sockID, INT command, INT *result);
Dnxd_bsd.c5533 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/
DREADME.md139 - **Methods**: Invoke a IoT Plug and Play command called `getMaxMinReport` with JSON payload value …
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt4570 … 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.