Searched refs:time_sync_notification_cb (Results 1 – 2 of 2) sorted by relevance
27 static sntp_sync_time_cb_t time_sync_notification_cb = NULL; variable56 if (time_sync_notification_cb) { in sntp_sync_time()57 time_sync_notification_cb(tv); in sntp_sync_time()74 time_sync_notification_cb = callback; in sntp_set_time_sync_notification_cb()
44 void time_sync_notification_cb(struct timeval *tv) in time_sync_notification_cb() function161 sntp_set_time_sync_notification_cb(time_sync_notification_cb); in initialize_sntp()