Searched refs:DNS_PACKET_UNICAST_SIZE_MAX (Results 1 – 4 of 4) sorted by relevance
56 #define DNS_PACKET_UNICAST_SIZE_MAX 512u macro135 return MAX(DNS_PACKET_UNICAST_SIZE_MAX, p->opt->key->class); in DNS_PACKET_PAYLOAD_SIZE_MAX()137 return DNS_PACKET_UNICAST_SIZE_MAX; in DNS_PACKET_PAYLOAD_SIZE_MAX()
640 DNS_PACKET_UNICAST_SIZE_MAX, in dns_server_adjust_opt()977 s->received_udp_fragment_max = DNS_PACKET_UNICAST_SIZE_MAX; in dns_server_reset_features()
735 assert(max_udp_size >= DNS_PACKET_UNICAST_SIZE_MAX); in dns_packet_append_opt()2439 assert(max_udp_size >= DNS_PACKET_UNICAST_SIZE_MAX); in dns_packet_patch_max_udp_size()
213 if (p->size > DNS_PACKET_UNICAST_SIZE_MAX) in dns_scope_emit_one()