Home
last modified time | relevance | path

Searched refs:response_ptr (Results 1 – 19 of 19) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_icmp_ping.c79 NX_PACKET **response_ptr, ULONG wait_option) in _nx_icmp_ping() argument
93 *response_ptr = NX_NULL; in _nx_icmp_ping()
102 data_ptr, data_size, response_ptr, wait_option)); in _nx_icmp_ping()
108 NX_PARAMETER_NOT_USED(response_ptr); in _nx_icmp_ping()
Dnxe_icmp_ping.c83 NX_PACKET **response_ptr, ULONG wait_option) in _nxe_icmp_ping() argument
91 if ((ip_ptr == NX_NULL) || (ip_ptr -> nx_ip_id != NX_IP_ID) || (response_ptr == NX_NULL)) in _nxe_icmp_ping()
113 response_ptr, wait_option); in _nxe_icmp_ping()
122 NX_PARAMETER_NOT_USED(response_ptr); in _nxe_icmp_ping()
Dnx_icmp_ping6.c89 NX_PACKET **response_ptr, ULONG wait_option) in _nx_icmp_ping6() argument
96 *response_ptr = NX_NULL; in _nx_icmp_ping6()
110 …erface_ping6(ip_ptr, ip_address, data_ptr, data_size, outgoing_address, response_ptr, wait_option); in _nx_icmp_ping6()
Dnxd_icmp_ping.c81 NX_PACKET **response_ptr, ULONG wait_option) in _nxd_icmp_ping() argument
90 response_ptr, wait_option); in _nxd_icmp_ping()
98 response_ptr, wait_option); in _nxd_icmp_ping()
Dnxd_icmp_source_ping.c87 NX_PACKET **response_ptr, ULONG wait_option) in _nxd_icmp_source_ping() argument
108 data_ptr, data_size, response_ptr, wait_option); in _nxd_icmp_source_ping()
117 … &ip_ptr -> nx_ipv6_address[address_index], response_ptr, wait_option); in _nxd_icmp_source_ping()
Dnxde_icmp_ping.c84 NX_PACKET **response_ptr, ULONG wait_option) in _nxde_icmp_ping() argument
91 if ((ip_ptr == NX_NULL) || (ip_ptr -> nx_ip_id != NX_IP_ID) || (response_ptr == NX_NULL)) in _nxde_icmp_ping()
144 response_ptr, wait_option); in _nxde_icmp_ping()
Dnxde_icmp_source_ping.c86 NX_PACKET **response_ptr, ULONG wait_option) in _nxde_icmp_source_ping() argument
93 if ((ip_ptr == NX_NULL) || (ip_ptr -> nx_ip_id != NX_IP_ID) || (response_ptr == NX_NULL)) in _nxde_icmp_source_ping()
158 response_ptr, wait_option); in _nxde_icmp_source_ping()
Dnx_icmp_interface_ping.c99 NX_PACKET **response_ptr, ULONG wait_option) in _nx_icmp_interface_ping() argument
127 *response_ptr = NX_NULL; in _nx_icmp_interface_ping()
313 thread_ptr -> tx_thread_additional_suspend_info = (void *)response_ptr; in _nx_icmp_interface_ping()
377 NX_PACKET_DEBUG(__FILE__, __LINE__, *response_ptr); in _nx_icmp_interface_ping()
Dnx_icmp_interface_ping6.c106 … NXD_IPV6_ADDRESS *ipv6_address, NX_PACKET **response_ptr, ULONG wait_option) in _nx_icmp_interface_ping6() argument
139 *response_ptr = NX_NULL; in _nx_icmp_interface_ping6()
328 thread_ptr -> tx_thread_additional_suspend_info = (void *)response_ptr; in _nx_icmp_interface_ping6()
396 NX_PACKET_DEBUG(__FILE__, __LINE__, *response_ptr); in _nx_icmp_interface_ping6()
/NetX-Duo-v6.2.1/common/inc/
Dnx_icmp.h62 NX_PACKET **response_ptr, ULONG wait_option);
65 NX_PACKET **response_ptr, ULONG wait_option);
71 NX_PACKET **response_ptr, ULONG wait_option);
74 NX_PACKET **response_ptr, ULONG wait_option);
Dnx_icmpv4.h239 NX_PACKET **response_ptr, ULONG wait_option);
250 NX_PACKET **response_ptr, ULONG wait_option);
260 NX_PACKET **response_ptr, ULONG wait_option);
Dnx_icmpv6.h344 NX_PACKET **response_ptr, ULONG wait_option);
347 NX_PACKET **response_ptr, ULONG wait_option);
Dnx_api.h3607 NX_PACKET **response_ptr, ULONG wait_option);
3610 NX_PACKET **response_ptr, ULONG wait_option);
3612 ULONG data_size, NX_PACKET **response_ptr, ULONG wait_option);
/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_read_overflow_test.c283 UCHAR *response_ptr; in ntest_0_entry() local
346 response_ptr = invalid_responses[i]; in ntest_0_entry()
350 memcpy(response_packet -> nx_packet_prepend_ptr, response_ptr, response_len); in ntest_0_entry()
/NetX-Duo-v6.2.1/test/regression/dns_test/
Dnetx_dns_abnormal_packet_test.c393 UCHAR *response_ptr; in thread_1_entry() local
464 response_ptr = invalid_responses[i]; in thread_1_entry()
468 …memcpy(response_packet -> nx_packet_prepend_ptr, response_ptr + DNS_START_OFFSET, response_len - D… in thread_1_entry()
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c1663 MQTT_PACKET_PUBLISH_RESPONSE *response_ptr; in _nxd_mqtt_process_publish_response() local
1672 response_ptr = (MQTT_PACKET_PUBLISH_RESPONSE *)(packet_ptr -> nx_packet_prepend_ptr); in _nxd_mqtt_process_publish_response()
1675 if (response_ptr -> mqtt_publish_response_packet_remaining_length != 2) in _nxd_mqtt_process_publish_response()
1683 packet_id = (USHORT)((response_ptr -> mqtt_publish_response_packet_packet_identifier_msb << 8) | in _nxd_mqtt_process_publish_response()
1684 (response_ptr -> mqtt_publish_response_packet_packet_identifier_lsb)); in _nxd_mqtt_process_publish_response()
1697 …if (((response_ptr -> mqtt_publish_response_packet_header) >> 4) == MQTT_CONTROL_PACKET_TYPE_PUBAC… in _nxd_mqtt_process_publish_response()
1721 …else if (((response_ptr -> mqtt_publish_response_packet_header) >> 4) == MQTT_CONTROL_PACKET_TYPE_… in _nxd_mqtt_process_publish_response()
1748response_ptr = (MQTT_PACKET_PUBLISH_RESPONSE *)response_packet -> nx_packet_prepend_ptr; in _nxd_mqtt_process_publish_response()
1750response_ptr -> mqtt_publish_response_packet_header = MQTT_CONTROL_PACKET_TYPE_PUBCOMP << 4; in _nxd_mqtt_process_publish_response()
1751 response_ptr -> mqtt_publish_response_packet_remaining_length = 2; in _nxd_mqtt_process_publish_response()
/NetX-Duo-v6.2.1/addons/ftp/
Dnxd_ftp_client.c2359 NX_PACKET *response_ptr; in _nx_ftp_client_directory_listing_continue() local
2390 …_tcp_socket_receive(&(ftp_client_ptr -> nx_ftp_client_control_socket), &response_ptr, wait_option); in _nx_ftp_client_directory_listing_continue()
2401 buffer_ptr = response_ptr -> nx_packet_prepend_ptr; in _nx_ftp_client_directory_listing_continue()
2404 if ((response_ptr -> nx_packet_length >= 3) && (buffer_ptr[0] == '2')) in _nx_ftp_client_directory_listing_continue()
2408 nx_packet_release(response_ptr); in _nx_ftp_client_directory_listing_continue()
2417 nx_packet_release(response_ptr); in _nx_ftp_client_directory_listing_continue()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c4344 NX_PACKET *response_ptr; in _nx_http_server_delete_process() local
4498 …status = _nx_http_server_generate_response_header(server_ptr, &response_ptr, NX_HTTP_STATUS_OK, si… in _nx_http_server_delete_process()
4503 …status = nx_tcp_socket_send(&(server_ptr -> nx_http_server_socket), response_ptr, NX_HTTP_SERVER_… in _nx_http_server_delete_process()
4510 nx_packet_release(response_ptr); in _nx_http_server_delete_process()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c4720 NX_PACKET *response_ptr; in _nx_web_http_server_delete_process() local
4881 …status = _nx_web_http_server_generate_response_header(server_ptr, &response_ptr, NX_WEB_HTTP_STATU… in _nx_web_http_server_delete_process()
4887 … status = _nx_web_http_server_send(server_ptr, response_ptr, NX_WEB_HTTP_SERVER_TIMEOUT_SEND); in _nx_web_http_server_delete_process()
4894 nx_packet_release(response_ptr); in _nx_web_http_server_delete_process()