Searched refs:segment (Results 1 – 2 of 2) sorted by relevance
6238 ULONG value, segment; in _nx_sntp_client_utility_fraction_to_usecs() local6245 segment = (fraction >> i) & 0x3F; in _nx_sntp_client_utility_fraction_to_usecs()6248 value = (value >> 6) + segment * 15625 + 1; in _nx_sntp_client_utility_fraction_to_usecs()6250 value = (value >> 6) + segment * 15625; in _nx_sntp_client_utility_fraction_to_usecs()
699 Files are modified to optimized the logic for TCP segment processing:824 …nx_tcp_socket_send_internal.c Fixed a bug that empty segment was sent when data…