Home
last modified time | relevance | path

Searched refs:nx_udp_socket_receive_notify (Results 1 – 25 of 30) sorted by relevance

12

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_dtls_server_start.c86nx_udp_socket_receive_notify(&(server_ptr->nx_dtls_server_udp_socket), _nx_secure_dtls_receive_cal… in _nx_secure_dtls_server_start()
Dnx_secure_dtls_server_stop.c75 nx_udp_socket_receive_notify(&(server_ptr->nx_dtls_server_udp_socket), NX_NULL); in _nx_secure_dtls_server_stop()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_api_compile_test.c287 nx_udp_socket_receive_notify(0, 0); in ntest_0_entry()
Dnetx_udp_nxe_api_test.c1182 status = nx_udp_socket_receive_notify(NX_NULL, NX_NULL); in thread_0_entry()
1191 status = nx_udp_socket_receive_notify(&socket_0, NX_NULL); in thread_0_entry()
1199 status = nx_udp_socket_receive_notify(&socket_0, NX_NULL); in thread_0_entry()
Dnetx_ip_fragmentation_test.c392 status = nx_udp_socket_receive_notify(&socket_1, receive_packet_function); in thread_1_entry()
Dnetx_udp_ipv4_interface2_test_1_test.c400 status = nx_udp_socket_receive_notify(&socket_1, receive_packet_function); in thread_1_entry()
Dnetx_udp_tunnel_ipv4_ipv4_basic_test.c318 status = nx_udp_socket_receive_notify(&socket_1, receive_packet_function); in thread_1_entry()
Dnetx_ip_fragmentation_order_test.c369 status = nx_udp_socket_receive_notify(&socket_1, receive_packet_function); in thread_1_entry()
Dnetx_udp_tunnel_ipv4_ipv6_basic_test.c342 status = nx_udp_socket_receive_notify(&socket_1, receive_packet_function); in thread_1_entry()
Dnetx_udp_multiple_ports_test.c399 status = nx_udp_socket_receive_notify(&socket_1, receive_packet_function); in thread_1_entry()
Dnetx_udp_tunnel_ipv6_ipv4_basic_test.c359 status = nx_udp_socket_receive_notify(&socket_1, receive_packet_function); in thread_1_entry()
Dnetx_udp_tunnel_ipv6_ipv6_basic_test.c358 status = nx_udp_socket_receive_notify(&socket_1, receive_packet_function); in thread_1_entry()
Dnetx_udp_basic_processing_test.c541 status = nx_udp_socket_receive_notify(&socket_1, receive_packet_function); in thread_1_entry()
Dnetx_udp_ipv6_interface2_test_1_test.c459 status = nx_udp_socket_receive_notify(&socket_1, receive_packet_function); in thread_1_entry()
/NetX-Duo-v6.2.1/test/regression/dns_test/
Dnetx_dns_invalid_resource_get_test.c237 status = nx_udp_socket_receive_notify(&server_socket, receive_packet_function); in thread_1_entry()
Dnetx_dns_non_blocking_a_test.c210 nx_udp_socket_receive_notify(&(client_dns.nx_dns_socket), _nx_dns_udp_receive_notify); in thread_0_entry()
Dnetx_dns_function_test.c515 status = nx_udp_socket_receive_notify(&server_socket, receive_packet_function); in thread_1_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3375 #define nx_udp_socket_receive_notify _nx_udp_socket_receive_notify macro
3566 #define nx_udp_socket_receive_notify _nxe_udp_socket_receive_notify macro
3885 UINT nx_udp_socket_receive_notify(NX_UDP_SOCKET *socket_ptr,
/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_getaddrinfo_test.c1155 nx_udp_socket_receive_notify(&udp_socket, receive_packet_function); in dns_test()
/NetX-Duo-v6.2.1/addons/tftp/
Dnxd_tftp_server.c209nx_udp_socket_receive_notify(&(tftp_server_ptr -> nx_tftp_server_socket), _nx_tftp_server_data_pre… in _nxd_tftp_server_create()
/NetX-Duo-v6.2.1/common/
DCMakeLists.txt301 ${CMAKE_CURRENT_LIST_DIR}/src/nx_udp_socket_receive_notify.c
/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c3658nx_udp_socket_receive_notify(&client_ptr -> nx_ptp_client_general_socket, _nx_ptp_client_socket_re…
3672nx_udp_socket_receive_notify(&client_ptr -> nx_ptp_client_event_socket, _nx_ptp_client_socket_rece…
/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.c315nx_udp_socket_receive_notify(&(rtp_sender -> nx_rtp_sender_rtcp_socket), _nx_rtcp_packet_receive_n… in _nx_rtp_sender_create()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_server.c320 …status = nx_udp_socket_receive_notify(&(dhcp_ptr -> nx_dhcp_socket), _nx_dhcp_server_socket_receiv… in _nx_dhcp_server_create()
/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.c288 …status = nx_udp_socket_receive_notify(&(client_ptr -> nx_sntp_client_udp_socket), _nx_sntp_client_… in _nx_sntp_client_create()

12