Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c2593 char rlen_str[32]; in http2_submit_dns_response() local
2612 snprintf(rlen_str, sizeof(rlen_str), "%u", (unsigned)rlen); in http2_submit_dns_response()
2646 headers[2].value = (uint8_t*)rlen_str; in http2_submit_dns_response()
2647 headers[2].valuelen = strlen(rlen_str); in http2_submit_dns_response()