Searched refs:truncate_bytes (Results 1 – 1 of 1) sorted by relevance
146 unsigned int truncate_bytes; /* Bytes to remove at end of response. */ member421 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()