Searched refs:leap_second_handler (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.2.1/test/regression/sntp_test/ |
D | netx_sntp_forward_unicast_update_test.c | 31 UINT leap_second_handler(NX_SNTP_CLIENT *client_ptr, UINT leap_indicator); 164 leap_second_handler, in test_application_define() 260 UINT leap_second_handler(NX_SNTP_CLIENT *client_ptr, UINT leap_indicator) in leap_second_handler() function
|
/NetX-Duo-v6.2.1/samples/ |
D | demo_netxduo_sntp_client.c | 32 UINT leap_second_handler(NX_SNTP_CLIENT *client_ptr, UINT leap_indicator); 187 leap_second_handler, in tx_application_define() 448 UINT leap_second_handler(NX_SNTP_CLIENT *client_ptr, UINT leap_indicator) in leap_second_handler() function
|
/NetX-Duo-v6.2.1/addons/sntp/ |
D | nxd_sntp_client.h | 594 …UINT (*leap_second_handler)(struct NX_SNTP_CLIENT_STRUCT *client_ptr, U… member 671 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator), 699 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator), 703 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator),
|
D | nxd_sntp_client.c | 134 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator), in _nxe_sntp_client_create() 167 … leap_second_handler, kiss_of_death_handler, random_number_generator); in _nxe_sntp_client_create() 232 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator), in _nx_sntp_client_create() 300 client_ptr -> leap_second_handler = leap_second_handler; in _nx_sntp_client_create() 3429 if (client_ptr -> leap_second_handler) in _nx_sntp_client_apply_sanity_checks() 3433 (client_ptr -> leap_second_handler)(client_ptr, leap_second_indicator); in _nx_sntp_client_apply_sanity_checks()
|