Home
last modified time | relevance | path

Searched defs:client_ptr (Results 1 – 25 of 123) sorted by relevance

12345

/NetX-Duo-v6.2.1/addons/smtp/
Dnxd_smtp_client.c168 UINT _nxde_smtp_client_create(NX_SMTP_CLIENT *client_ptr, NX_IP *ip_ptr, NX_PACKET_POOL *client_pa… in _nxde_smtp_client_create()
270 UINT _nxd_smtp_client_create(NX_SMTP_CLIENT *client_ptr, NX_IP *ip_ptr, NX_PACKET_POOL *client_pac… in _nxd_smtp_client_create()
413 UINT _nxe_smtp_client_delete(NX_SMTP_CLIENT *client_ptr) in _nxe_smtp_client_delete()
476 UINT _nx_smtp_client_delete(NX_SMTP_CLIENT *client_ptr) in _nx_smtp_client_delete()
555 UINT _nxe_smtp_mail_send(NX_SMTP_CLIENT *client_ptr, CHAR *recipient_address, UINT priority, in _nxe_smtp_mail_send()
642 UINT _nx_smtp_mail_send(NX_SMTP_CLIENT *client_ptr, in _nx_smtp_mail_send()
754 static UINT _nx_smtp_client_process(NX_SMTP_CLIENT *client_ptr) in _nx_smtp_client_process()
959 UINT _nx_smtp_cmd_greeting(NX_SMTP_CLIENT *client_ptr) in _nx_smtp_cmd_greeting()
1010 UINT _nx_smtp_cmd_idle(NX_SMTP_CLIENT *client_ptr) in _nx_smtp_cmd_idle()
1061 UINT _nx_smtp_rsp_idle(NX_SMTP_CLIENT *client_ptr) in _nx_smtp_rsp_idle()
[all …]
/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.c133 UINT _nxe_sntp_client_create(NX_SNTP_CLIENT *client_ptr, NX_IP *ip_ptr, UINT iface_index, NX_PACKE… in _nxe_sntp_client_create()
134UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator), in _nxe_sntp_client_create()
135UINT (*kiss_of_death_handler)(NX_SNTP_CLIENT *client_ptr, UINT code), in _nxe_sntp_client_create()
136VOID (random_number_generator)(struct NX_SNTP_CLIENT_STRUCT *client_ptr, ULONG *rand)) in _nxe_sntp_client_create()
231 UINT _nx_sntp_client_create(NX_SNTP_CLIENT *client_ptr, NX_IP *ip_ptr, UINT iface_index, NX_PACKET… in _nx_sntp_client_create()
232UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator), in _nx_sntp_client_create()
233UINT (*kiss_of_death_handler)(NX_SNTP_CLIENT *client_ptr, UINT code), in _nx_sntp_client_create()
234VOID (random_number_generator)(struct NX_SNTP_CLIENT_STRUCT *client_ptr, ULONG *rand)) in _nx_sntp_client_create()
432 UINT _nxe_sntp_client_delete(NX_SNTP_CLIENT *client_ptr) in _nxe_sntp_client_delete()
507 UINT _nx_sntp_client_delete(NX_SNTP_CLIENT *client_ptr) in _nx_sntp_client_delete()
[all …]
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c112 UINT _nxd_mqtt_client_set_fixed_header(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, UCHAR co… in _nxd_mqtt_client_set_fixed_header()
315 UINT _nxd_mqtt_client_sub_unsub(NXD_MQTT_CLIENT *client_ptr, UINT op, in _nxd_mqtt_client_sub_unsub()
549 UINT _nxd_mqtt_client_packet_allocate(NXD_MQTT_CLIENT *client_ptr, NX_PACKET **packet_ptr, ULONG wa… in _nxd_mqtt_client_packet_allocate()
637 static UINT _nxd_mqtt_packet_send(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT wait_opt… in _nxd_mqtt_packet_send()
704 static UINT _nxd_mqtt_packet_receive(NXD_MQTT_CLIENT *client_ptr, NX_PACKET **packet_ptr, UINT wait… in _nxd_mqtt_packet_receive()
781 NXD_MQTT_CLIENT *client_ptr; in _nxd_mqtt_tcp_establish_notify() local
844 NXD_MQTT_CLIENT *client_ptr; in _nxd_mqtt_receive_callback() local
914 static UINT _nxd_mqtt_copy_transmit_packet(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, NX_P… in _nxd_mqtt_copy_transmit_packet()
1007 static VOID _nxd_mqtt_release_transmit_packet(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, N… in _nxd_mqtt_release_transmit_packet()
1078 static VOID _nxd_mqtt_release_receive_packet(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, NX… in _nxd_mqtt_release_receive_packet()
[all …]
/NetX-Duo-v6.2.1/addons/telnet/
Dnxd_telnet_client.c86 UINT _nxde_telnet_client_connect(NX_TELNET_CLIENT *client_ptr, NXD_ADDRESS *server_ip_address, in _nxde_telnet_client_connect()
161 UINT _nxd_telnet_client_connect(NX_TELNET_CLIENT *client_ptr, NXD_ADDRESS *server_ip_address, in _nxd_telnet_client_connect()
253 UINT _nxe_telnet_client_connect(NX_TELNET_CLIENT *client_ptr, ULONG server_ip, UINT server_port, U… in _nxe_telnet_client_connect()
336 UINT _nx_telnet_client_connect(NX_TELNET_CLIENT *client_ptr, ULONG server_ip_address, in _nx_telnet_client_connect()
402 UINT _nxe_telnet_client_create(NX_TELNET_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, ULO… in _nxe_telnet_client_create()
464 UINT _nx_telnet_client_create(NX_TELNET_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, ULON… in _nx_telnet_client_create()
543 UINT _nxe_telnet_client_delete(NX_TELNET_CLIENT *client_ptr) in _nxe_telnet_client_delete()
607 UINT _nx_telnet_client_delete(NX_TELNET_CLIENT *client_ptr) in _nx_telnet_client_delete()
670 UINT _nxe_telnet_client_disconnect(NX_TELNET_CLIENT *client_ptr, ULONG wait_option) in _nxe_telnet_client_disconnect()
734 UINT _nx_telnet_client_disconnect(NX_TELNET_CLIENT *client_ptr, ULONG wait_option) in _nx_telnet_client_disconnect()
[all …]
/NetX-Duo-v6.2.1/addons/websocket/
Dnx_websocket_client.c94 UINT _nxe_websocket_client_create(NX_WEBSOCKET_CLIENT *client_ptr, UCHAR *client_name, NX_IP *ip_p… in _nxe_websocket_client_create()
154 UINT _nx_websocket_client_create(NX_WEBSOCKET_CLIENT *client_ptr, UCHAR *client_name, NX_IP *ip_pt… in _nx_websocket_client_create()
227 UINT _nxe_websocket_client_delete(NX_WEBSOCKET_CLIENT *client_ptr) in _nxe_websocket_client_delete()
282 UINT _nx_websocket_client_delete(NX_WEBSOCKET_CLIENT *client_ptr) in _nx_websocket_client_delete()
350 UINT _nxe_websocket_client_connect(NX_WEBSOCKET_CLIENT *client_ptr, NX_TCP_SOCKET *socket_ptr, in _nxe_websocket_client_connect()
423 UINT _nx_websocket_client_connect(NX_WEBSOCKET_CLIENT *client_ptr, NX_TCP_SOCKET *socket_ptr, in _nx_websocket_client_connect()
528 UINT _nx_websocket_client_connect_internal(NX_WEBSOCKET_CLIENT *client_ptr, in _nx_websocket_client_connect_internal()
755 UINT _nxe_websocket_client_secure_connect(NX_WEBSOCKET_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *… in _nxe_websocket_client_secure_connect()
828 UINT _nx_websocket_client_secure_connect(NX_WEBSOCKET_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *t… in _nx_websocket_client_secure_connect()
998 UINT _nx_websocket_client_connect_response_process(NX_WEBSOCKET_CLIENT *client_ptr, NX_PACKET *pac… in _nx_websocket_client_connect_response_process()
[all …]
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.c142 UINT _nxe_web_http_client_create(NX_WEB_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr,… in _nxe_web_http_client_create()
216 UINT _nx_web_http_client_create(NX_WEB_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, … in _nx_web_http_client_create()
305 UINT _nxe_web_http_client_delete(NX_WEB_HTTP_CLIENT *client_ptr) in _nxe_web_http_client_delete()
367 UINT _nx_web_http_client_delete(NX_WEB_HTTP_CLIENT *client_ptr) in _nx_web_http_client_delete()
458 UINT _nx_web_http_client_content_type_header_add(NX_WEB_HTTP_CLIENT *client_ptr, CHAR *resource, UL… in _nx_web_http_client_content_type_header_add()
518 UINT _nx_web_http_client_content_length_header_add(NX_WEB_HTTP_CLIENT *client_ptr, ULONG total_byte… in _nx_web_http_client_content_length_header_add()
578 UINT _nxe_web_http_client_get_start(NX_WEB_HTTP_CLIENT *client_ptr, NXD_ADDRESS *server_ip, UINT s… in _nxe_web_http_client_get_start()
653 UINT _nx_web_http_client_get_start(NX_WEB_HTTP_CLIENT *client_ptr, NXD_ADDRESS *server_ip, UINT se… in _nx_web_http_client_get_start()
739 UINT _nxe_web_http_client_get_start_extended(NX_WEB_HTTP_CLIENT *client_ptr, NXD_ADDRESS *server_i… in _nxe_web_http_client_get_start_extended()
827 UINT _nx_web_http_client_get_start_extended(NX_WEB_HTTP_CLIENT *client_ptr, NXD_ADDRESS *server_ip, in _nx_web_http_client_get_start_extended()
[all …]
/NetX-Duo-v6.2.1/addons/pop3/
Dnxd_pop3_client.c117 UINT _nxe_pop3_client_create(NX_POP3_CLIENT *client_ptr, UINT APOP_authentication, NX_IP *ip_ptr, in _nxe_pop3_client_create()
214 UINT _nx_pop3_client_create(NX_POP3_CLIENT *client_ptr, UINT APOP_authentication, NX_IP *ip_ptr, in _nx_pop3_client_create()
299 UINT _nxde_pop3_client_create(NX_POP3_CLIENT *client_ptr, UINT APOP_authentication, NX_IP *ip_ptr, in _nxde_pop3_client_create()
387 UINT _nxd_pop3_client_create(NX_POP3_CLIENT *client_ptr, UINT APOP_authentication, NX_IP *ip_ptr, in _nxd_pop3_client_create()
485 UINT _nxe_pop3_client_delete(NX_POP3_CLIENT *client_ptr) in _nxe_pop3_client_delete()
549 UINT _nx_pop3_client_delete(NX_POP3_CLIENT *client_ptr) in _nx_pop3_client_delete()
617 UINT _nxe_pop3_client_mail_items_get(NX_POP3_CLIENT *client_ptr, UINT *number_mail_items, ULONG *ma… in _nxe_pop3_client_mail_items_get()
686 UINT _nx_pop3_client_mail_items_get(NX_POP3_CLIENT *client_ptr, UINT *number_mail_items, ULONG *mai… in _nx_pop3_client_mail_items_get()
873 UINT _nxe_pop3_client_mail_item_size_get(NX_POP3_CLIENT *client_ptr, UINT mail_item, ULONG *size) in _nxe_pop3_client_mail_item_size_get()
953 UINT _nx_pop3_client_mail_item_size_get(NX_POP3_CLIENT *client_ptr, UINT mail_item, ULONG *size) in _nx_pop3_client_mail_item_size_get()
[all …]
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_client.c94 UINT _nxe_http_client_create(NX_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, NX_PACK… in _nxe_http_client_create()
168 UINT _nx_http_client_create(NX_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, NX_PACKE… in _nx_http_client_create()
254 UINT _nxe_http_client_delete(NX_HTTP_CLIENT *client_ptr) in _nxe_http_client_delete()
316 UINT _nx_http_client_delete(NX_HTTP_CLIENT *client_ptr) in _nx_http_client_delete()
389 UINT _nxe_http_client_set_connect_port(NX_HTTP_CLIENT *client_ptr, UINT port) in _nxe_http_client_set_connect_port()
455 UINT _nx_http_client_set_connect_port(NX_HTTP_CLIENT *client_ptr, UINT port) in _nx_http_client_set_connect_port()
511 UINT _nxe_http_client_get_start(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resource, CHAR… in _nxe_http_client_get_start()
596 UINT _nxe_http_client_get_start_extended(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resou… in _nxe_http_client_get_start_extended()
686 UINT _nx_http_client_get_start(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resource, CHAR … in _nx_http_client_get_start()
773 UINT _nx_http_client_get_start_extended(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resour… in _nx_http_client_get_start_extended()
[all …]
/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c335 static UINT _nx_ptp_msg_parse_hdr(NX_PTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, NX_PTP_MSG_HEAD… in _nx_ptp_msg_parse_hdr()
630 NX_PTP_CLIENT *client_ptr = (NX_PTP_CLIENT *)ptp_instance; in _nx_ptp_client_soft_clock_adjust() local
701 NX_PTP_CLIENT *client_ptr = (NX_PTP_CLIENT *)ptp_instance; in _nx_ptp_client_timer_handler() local
753 NX_PTP_CLIENT *client_ptr = (NX_PTP_CLIENT *)(socket_ptr -> nx_udp_socket_reserved_ptr); in _nx_ptp_client_socket_receive_notify() local
805 NX_PTP_CLIENT *client_ptr = (NX_PTP_CLIENT *)context; in _nx_ptp_client_ethernet_receive_notify() local
900 static VOID _nx_ptp_client_clock_adjust(NX_PTP_CLIENT *client_ptr, NX_PTP_TIME *offset_ptr) in _nx_ptp_client_clock_adjust()
1003 static VOID _nx_ptp_client_send_delay_req(NX_PTP_CLIENT *client_ptr) in _nx_ptp_client_send_delay_req()
1178 static VOID _nx_ptp_client_sync_received(NX_PTP_CLIENT *client_ptr, VOID *ts_ptr, NX_PTP_MSG_HEADER… in _nx_ptp_client_sync_received()
1352 static VOID _nx_ptp_client_delay_resp_received(NX_PTP_CLIENT *client_ptr, VOID *ts_ptr) in _nx_ptp_client_delay_resp_received()
1483 static VOID _nx_ptp_client_init_packet_received(NX_PTP_CLIENT *client_ptr, in _nx_ptp_client_init_packet_received()
[all …]
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dinitialization_unit_test.c340 UINT __wrap__nxde_mqtt_client_receive_notify_set(NXD_MQTT_CLIENT *client_ptr, in __wrap__nxde_mqtt_client_receive_notify_set()
341 VOID (*receive_notify)(NXD_MQTT_CLIENT *client_ptr, in __wrap__nxde_mqtt_client_receive_notify_set()
353 UINT __wrap__nxde_mqtt_client_delete(NXD_MQTT_CLIENT *client_ptr) in __wrap__nxde_mqtt_client_delete()
Ddirect_method_unit_test.c91 UINT __wrap__nxde_mqtt_client_receive_notify_set(NXD_MQTT_CLIENT *client_ptr, in __wrap__nxde_mqtt_client_receive_notify_set()
92VOID (*receive_notify)(NXD_MQTT_CLIENT *client_ptr, UINT message_count)) in __wrap__nxde_mqtt_client_receive_notify_set()
99 UINT __wrap__nxde_mqtt_client_subscribe(NXD_MQTT_CLIENT *client_ptr, UINT op, in __wrap__nxde_mqtt_client_subscribe()
108 UINT __wrap__nxde_mqtt_client_unsubscribe(NXD_MQTT_CLIENT *client_ptr, CHAR *topic_name, in __wrap__nxde_mqtt_client_unsubscribe()
147 UINT __wrap__nxd_mqtt_client_publish_packet_send(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, in __wrap__nxd_mqtt_client_publish_packet_send()
175 UINT __wrap__nxde_mqtt_client_secure_connect(NXD_MQTT_CLIENT *client_ptr, NXD_ADDRESS *server_ip, U… in __wrap__nxde_mqtt_client_secure_connect()
176UINT (*tls_setup)(NXD_MQTT_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *, in __wrap__nxde_mqtt_client_secure_connect()
194 UINT __wrap__nxde_mqtt_client_disconnect(NXD_MQTT_CLIENT *client_ptr) in __wrap__nxde_mqtt_client_disconnect()
215 static UINT mqtt_client_set_fixed_header(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, UCHAR … in mqtt_client_set_fixed_header()
Ddevice_cert_unit_test.c174 UINT __wrap__nxde_mqtt_client_login_set(NXD_MQTT_CLIENT *client_ptr, in __wrap__nxde_mqtt_client_login_set()
182 UINT __wrap__nxde_mqtt_client_secure_connect(NXD_MQTT_CLIENT *client_ptr, NXD_ADDRESS *server_ip, U… in __wrap__nxde_mqtt_client_secure_connect()
183UINT (*tls_setup)(NXD_MQTT_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *, in __wrap__nxde_mqtt_client_secure_connect()
192 UINT __wrap__nxde_mqtt_client_disconnect(NXD_MQTT_CLIENT *client_ptr) in __wrap__nxde_mqtt_client_disconnect()
Dc2d_unit_test.c515 UINT __wrap__nxde_mqtt_client_receive_notify_set(NXD_MQTT_CLIENT *client_ptr, in __wrap__nxde_mqtt_client_receive_notify_set()
516VOID (*receive_notify)(NXD_MQTT_CLIENT *client_ptr, UINT message_count)) in __wrap__nxde_mqtt_client_receive_notify_set()
523 UINT __wrap__nxde_mqtt_client_subscribe(NXD_MQTT_CLIENT *client_ptr, UINT op, in __wrap__nxde_mqtt_client_subscribe()
531 UINT __wrap__nxde_mqtt_client_unsubscribe(NXD_MQTT_CLIENT *client_ptr, CHAR *topic_name, in __wrap__nxde_mqtt_client_unsubscribe()
538 UINT __wrap__nxde_mqtt_client_secure_connect(NXD_MQTT_CLIENT *client_ptr, NXD_ADDRESS *server_ip, U… in __wrap__nxde_mqtt_client_secure_connect()
539UINT (*tls_setup)(NXD_MQTT_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *, in __wrap__nxde_mqtt_client_secure_connect()
557 UINT __wrap__nxde_mqtt_client_disconnect(NXD_MQTT_CLIENT *client_ptr) in __wrap__nxde_mqtt_client_disconnect()
Ddevice_twin_unit_test.c120 UINT __wrap__nxde_mqtt_client_receive_notify_set(NXD_MQTT_CLIENT *client_ptr, in __wrap__nxde_mqtt_client_receive_notify_set()
121VOID (*receive_notify)(NXD_MQTT_CLIENT *client_ptr, UINT message_count)) in __wrap__nxde_mqtt_client_receive_notify_set()
128 UINT __wrap__nxde_mqtt_client_subscribe(NXD_MQTT_CLIENT *client_ptr, CHAR *topic_name, in __wrap__nxde_mqtt_client_subscribe()
138 UINT __wrap__nxde_mqtt_client_unsubscribe(NXD_MQTT_CLIENT *client_ptr, CHAR *topic_name, in __wrap__nxde_mqtt_client_unsubscribe()
177 UINT __wrap__nxd_mqtt_client_publish_packet_send(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, in __wrap__nxd_mqtt_client_publish_packet_send()
198 UINT __wrap__nxde_mqtt_client_secure_connect(NXD_MQTT_CLIENT *client_ptr, NXD_ADDRESS *server_ip, U… in __wrap__nxde_mqtt_client_secure_connect()
199UINT (*tls_setup)(NXD_MQTT_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *, in __wrap__nxde_mqtt_client_secure_connect()
217 UINT __wrap__nxde_mqtt_client_disconnect(NXD_MQTT_CLIENT *client_ptr) in __wrap__nxde_mqtt_client_disconnect()
238 static UINT mqtt_client_set_fixed_header(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, UCHAR … in mqtt_client_set_fixed_header()
Dconnection_unit_test.c197 UINT __wrap__nxde_mqtt_client_secure_connect(NXD_MQTT_CLIENT *client_ptr, NXD_ADDRESS *server_ip, U… in __wrap__nxde_mqtt_client_secure_connect()
198UINT (*tls_setup)(NXD_MQTT_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *, in __wrap__nxde_mqtt_client_secure_connect()
214 UINT __wrap__nxde_mqtt_client_disconnect(NXD_MQTT_CLIENT *client_ptr) in __wrap__nxde_mqtt_client_disconnect()
Duser_agent_string_unit_test.c241 UINT __wrap__nxde_mqtt_client_secure_connect(NXD_MQTT_CLIENT *client_ptr, NXD_ADDRESS *server_ip, U… in __wrap__nxde_mqtt_client_secure_connect()
242UINT (*tls_setup)(NXD_MQTT_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *, in __wrap__nxde_mqtt_client_secure_connect()
258 UINT __wrap__nxde_mqtt_client_disconnect(NXD_MQTT_CLIENT *client_ptr) in __wrap__nxde_mqtt_client_disconnect()
275 UINT __wrap__nxd_mqtt_client_publish_packet_send(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, in __wrap__nxd_mqtt_client_publish_packet_send()
Dnx_azure_iot_adu_agent_unit_test.c347 UINT __wrap__nxde_mqtt_client_receive_notify_set(NXD_MQTT_CLIENT *client_ptr, in __wrap__nxde_mqtt_client_receive_notify_set()
348VOID (*receive_notify)(NXD_MQTT_CLIENT *client_ptr, UINT message_count)) in __wrap__nxde_mqtt_client_receive_notify_set()
355 UINT __wrap__nxde_mqtt_client_subscribe(NXD_MQTT_CLIENT *client_ptr, UINT op, in __wrap__nxde_mqtt_client_subscribe()
398 UINT __wrap__nxd_mqtt_client_publish_packet_send(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, in __wrap__nxd_mqtt_client_publish_packet_send()
427 UINT __wrap__nxde_mqtt_client_secure_connect(NXD_MQTT_CLIENT *client_ptr, NXD_ADDRESS *server_ip, U… in __wrap__nxde_mqtt_client_secure_connect()
428UINT (*tls_setup)(NXD_MQTT_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *, in __wrap__nxde_mqtt_client_secure_connect()
454 UINT __wrap__nxde_mqtt_client_disconnect(NXD_MQTT_CLIENT *client_ptr) in __wrap__nxde_mqtt_client_disconnect()
470 UINT __wrap__nxe_web_http_client_connect(NX_WEB_HTTP_CLIENT *client_ptr, NXD_ADDRESS *server_ip, UI… in __wrap__nxe_web_http_client_connect()
476 UINT __wrap__nxe_web_http_client_request_send(NX_WEB_HTTP_CLIENT *client_ptr, ULONG wait_option) in __wrap__nxe_web_http_client_request_send()
482 UINT __wrap__nxe_web_http_client_response_body_get(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET **pack… in __wrap__nxe_web_http_client_response_body_get()
[all …]
Dnx_azure_iot_pnp_client_command_unit_test.c105 UINT __wrap__nxde_mqtt_client_receive_notify_set(NXD_MQTT_CLIENT *client_ptr, in __wrap__nxde_mqtt_client_receive_notify_set()
106VOID (*receive_notify)(NXD_MQTT_CLIENT *client_ptr, UINT message_count)) in __wrap__nxde_mqtt_client_receive_notify_set()
113 UINT __wrap__nxde_mqtt_client_subscribe(NXD_MQTT_CLIENT *client_ptr, UINT op, in __wrap__nxde_mqtt_client_subscribe()
154 UINT __wrap__nxd_mqtt_client_publish_packet_send(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, in __wrap__nxd_mqtt_client_publish_packet_send()
182 UINT __wrap__nxde_mqtt_client_secure_connect(NXD_MQTT_CLIENT *client_ptr, NXD_ADDRESS *server_ip, U… in __wrap__nxde_mqtt_client_secure_connect()
183UINT (*tls_setup)(NXD_MQTT_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *, in __wrap__nxde_mqtt_client_secure_connect()
209 UINT __wrap__nxde_mqtt_client_disconnect(NXD_MQTT_CLIENT *client_ptr) in __wrap__nxde_mqtt_client_disconnect()
225 static UINT mqtt_client_set_fixed_header(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, UCHAR … in mqtt_client_set_fixed_header()
Dnx_azure_iot_pnp_client_telemetry_unit_test.c130 UINT __wrap__nx_tcp_socket_send(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, ULONG wait_opti… in __wrap__nx_tcp_socket_send()
146 UINT __wrap__nxde_mqtt_client_secure_connect(NXD_MQTT_CLIENT *client_ptr, NXD_ADDRESS *server_ip, U… in __wrap__nxde_mqtt_client_secure_connect()
147UINT (*tls_setup)(NXD_MQTT_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *, in __wrap__nxde_mqtt_client_secure_connect()
181 UINT __wrap__nxde_mqtt_client_disconnect(NXD_MQTT_CLIENT *client_ptr) in __wrap__nxde_mqtt_client_disconnect()
203 UINT __wrap__nxd_mqtt_client_sub_unsub(NXD_MQTT_CLIENT *client_ptr, CHAR *topic_name, in __wrap__nxd_mqtt_client_sub_unsub()
275 static UINT mqtt_client_set_fixed_header(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, UCHAR … in mqtt_client_set_fixed_header()
Diot_provisioning_client_unit_test.c194 UINT __wrap__nxde_mqtt_client_secure_connect(NXD_MQTT_CLIENT *client_ptr, NXD_ADDRESS *server_ip, U… in __wrap__nxde_mqtt_client_secure_connect()
195UINT (*tls_setup)(NXD_MQTT_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *, in __wrap__nxde_mqtt_client_secure_connect()
238 UINT __wrap__nxde_mqtt_client_subscribe(NXD_MQTT_CLIENT *client_ptr, CHAR *topic_name, in __wrap__nxde_mqtt_client_subscribe()
245 UINT __wrap__nxde_mqtt_client_disconnect(NXD_MQTT_CLIENT *client_ptr) in __wrap__nxde_mqtt_client_disconnect()
260 UINT __wrap__nxd_mqtt_client_publish_packet_send(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, in __wrap__nxd_mqtt_client_publish_packet_send()
313 UINT __wrap__nxde_mqtt_client_receive_notify_set(NXD_MQTT_CLIENT *client_ptr, in __wrap__nxde_mqtt_client_receive_notify_set()
314VOID (*receive_notify)(NXD_MQTT_CLIENT *client_ptr, UINT message_count)) in __wrap__nxde_mqtt_client_receive_notify_set()
353 static UINT mqtt_client_set_fixed_header(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, UCHAR … in mqtt_client_set_fixed_header()
/NetX-Duo-v6.2.1/test/regression/mqtt_test/
Dnetx_mqtt_connect_non_block_2_test.c67 static NXD_MQTT_CLIENT *client_ptr; variable
142 static UINT client_tls_setup(NXD_MQTT_CLIENT* client_ptr, NX_SECURE_TLS_SESSION* tls_session, in client_tls_setup()
459 static void mqtt_connect_notify(struct NXD_MQTT_CLIENT_STRUCT *client_ptr, UINT status, VOID *conte… in mqtt_connect_notify()
469 static void mqtt_disconnect_notify(struct NXD_MQTT_CLIENT_STRUCT *client_ptr) in mqtt_disconnect_notify()
Dnetx_mqtt_connect_test.c76 static NXD_MQTT_CLIENT *client_ptr; variable
161 static UINT client_tls_setup(NXD_MQTT_CLIENT* client_ptr, NX_SECURE_TLS_SESSION* tls_session, in client_tls_setup()
504 static VOID disconnect_notify(NXD_MQTT_CLIENT *client_ptr) in disconnect_notify()
Dnetx_mqtt_connect_non_block_test.c70 static NXD_MQTT_CLIENT *client_ptr; variable
155 static UINT client_tls_setup(NXD_MQTT_CLIENT* client_ptr, NX_SECURE_TLS_SESSION* tls_session, in client_tls_setup()
503 static void mqtt_connect_notify(struct NXD_MQTT_CLIENT_STRUCT *client_ptr, UINT status, VOID *co… in mqtt_connect_notify()
/NetX-Duo-v6.2.1/samples/
Ddemo_rtsp_over_rtp.c170 SAMPLE_CLIENT *client_ptr; in demo_timer_entry() local
220 SAMPLE_CLIENT *client_ptr; in sample_entry() local
222 SAMPLE_CLIENT *client_ptr = &sample_client_multicast; in sample_entry() local
571 SAMPLE_CLIENT *client_ptr = NX_NULL; in rtsp_setup_callback() local
743 SAMPLE_CLIENT *client_ptr; in rtsp_play_callback() local
813 SAMPLE_CLIENT *client_ptr; in rtsp_teardown_callback() local
Ddemo_mqtt_client.c77 static VOID my_disconnect_func(NXD_MQTT_CLIENT *client_ptr) in my_disconnect_func()
84 static VOID my_notify_func(NXD_MQTT_CLIENT* client_ptr, UINT number_of_messages) in my_notify_func()

12345