Home
last modified time | relevance | path

Searched refs:nx_sntp_client_udp_socket (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.c276 …udp_socket_create(client_ptr -> nx_sntp_client_ip_ptr, &(client_ptr -> nx_sntp_client_udp_socket), in _nx_sntp_client_create()
289 …status = nx_udp_socket_receive_notify(&(client_ptr -> nx_sntp_client_udp_socket), _nx_sntp_client_… in _nx_sntp_client_create()
295 nx_udp_socket_delete(&(client_ptr -> nx_sntp_client_udp_socket)); in _nx_sntp_client_create()
321 nx_udp_socket_delete(&(client_ptr -> nx_sntp_client_udp_socket)); in _nx_sntp_client_create()
335 nx_udp_socket_delete(&(client_ptr -> nx_sntp_client_udp_socket)); in _nx_sntp_client_create()
352 nx_udp_socket_delete(&(client_ptr -> nx_sntp_client_udp_socket)); in _nx_sntp_client_create()
377 nx_udp_socket_delete(&(client_ptr -> nx_sntp_client_udp_socket)); in _nx_sntp_client_create()
533 nx_udp_socket_unbind(&(client_ptr -> nx_sntp_client_udp_socket)); in _nx_sntp_client_delete()
536 nx_udp_socket_delete(&(client_ptr -> nx_sntp_client_udp_socket)); in _nx_sntp_client_delete()
1196 …status = nx_udp_socket_bind(&(client_ptr -> nx_sntp_client_udp_socket), NX_SNTP_CLIENT_UDP_PORT, … in _nx_sntp_client_run_unicast()
[all …]
Dnxd_sntp_client.h570 …NX_UDP_SOCKET nx_sntp_client_udp_socket; /* Client UDP socket for … member