Home
last modified time | relevance | path

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

/glibc-2.36/support/
Dresolv_test.c146 unsigned int truncate_bytes; /* Bytes to remove at end of response. */ member
421 b->truncate_bytes = count; in resolv_response_truncate_data()
700 if (b->truncate_bytes > 0) in server_thread_udp_process_one()
701 printf ("info: truncated by %u bytes\n", b->truncate_bytes); in server_thread_udp_process_one()
715 if (to_send < b->truncate_bytes) in resolv_response_send_udp()
718 to_send -= b->truncate_bytes; in resolv_response_send_udp()
942 if (to_send < b->truncate_bytes) in server_thread_tcp_client()
945 to_send -= b->truncate_bytes; in server_thread_tcp_client()