Searched defs:fraction (Results 1 – 9 of 9) sorted by relevance
| /NetX-Duo-v6.2.1/addons/sntp/ |
| D | nxd_sntp_client.c | 4035 UINT _nxe_sntp_client_get_local_time(NX_SNTP_CLIENT *client_ptr, ULONG *seconds, ULONG *fraction, … in _nxe_sntp_client_get_local_time() 4106 UINT _nx_sntp_client_get_local_time(NX_SNTP_CLIENT *client_ptr, ULONG *seconds, ULONG *fraction, C… in _nx_sntp_client_get_local_time() 4161 …_get_local_time_extended(NX_SNTP_CLIENT *client_ptr, ULONG *seconds, ULONG *fraction, CHAR *buffer… in _nxe_sntp_client_get_local_time_extended() 4238 …_get_local_time_extended(NX_SNTP_CLIENT *client_ptr, ULONG *seconds, ULONG *fraction, CHAR *buffer… in _nx_sntp_client_get_local_time_extended() 5343 UINT _nxe_sntp_client_set_local_time(NX_SNTP_CLIENT *client_ptr, ULONG seconds, ULONG fraction) in _nxe_sntp_client_set_local_time() 5421 UINT _nx_sntp_client_set_local_time(NX_SNTP_CLIENT *client_ptr, ULONG seconds, ULONG fraction) in _nx_sntp_client_set_local_time() 5908 UINT _nxe_sntp_client_utility_usecs_to_fraction(ULONG usecs, ULONG *fraction) in _nxe_sntp_client_utility_usecs_to_fraction() 5972 UINT _nx_sntp_client_utility_usecs_to_fraction(ULONG usecs, ULONG *fraction) in _nx_sntp_client_utility_usecs_to_fraction() 6031 UINT _nxe_sntp_client_utility_msecs_to_fraction(ULONG msecs, ULONG *fraction) in _nxe_sntp_client_utility_msecs_to_fraction() 6097 UINT _nx_sntp_client_utility_msecs_to_fraction(ULONG msecs, ULONG *fraction) in _nx_sntp_client_utility_msecs_to_fraction() [all …]
|
| D | nxd_sntp_client.h | 515 …ULONG fraction; /* Fraction of a second, in th… member
|
| /NetX-Duo-v6.2.1/test/regression/sntp_test/ |
| D | netx_sntp_client_broadcast_basic_test.c | 163 ULONG seconds, milliseconds, microseconds, fraction; in sntp_client_thread_entry() local
|
| D | netx_sntp_client_ipv6_broadcast_basic_test.c | 162 ULONG seconds, milliseconds, microseconds, fraction; in sntp_client_thread_entry() local
|
| D | netx_sntp_client_ipv6_unicast_basic_test.c | 162 ULONG seconds, milliseconds, microseconds, fraction; in sntp_client_thread_entry() local
|
| D | netx_sntp_client_unicast_basic_test.c | 162 ULONG seconds, milliseconds, microseconds, fraction; in sntp_client_thread_entry() local
|
| D | netx_sntp_client_packet_chain_test.c | 163 ULONG seconds, milliseconds, microseconds, fraction; in sntp_client_thread_entry() local
|
| D | netx_sntp_request_unicast_test.c | 239 ULONG seconds, milliseconds, microseconds, fraction; in sntp_client_thread_entry() local
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netxduo_sntp_client.c | 216 ULONG seconds, milliseconds, microseconds, fraction; in demo_client_thread_entry() local
|