Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/services/
H A Dlisten_dnsport.h74 struct sldns_buffer* dnscrypt_udp_buff; member
H A Dlisten_dnsport.c1538 front->dnscrypt_udp_buff = NULL; in listen_create()
1641 front->dnscrypt_udp_buff = cp->dnscrypt_buffer; in listen_create()
1680 if(front->dnscrypt_udp_buff && in listen_delete()
1681 front->udp_buff != front->dnscrypt_udp_buff) { in listen_delete()
1682 sldns_buffer_free(front->dnscrypt_udp_buff); in listen_delete()
2083 s += sizeof(*listen->dnscrypt_udp_buff); in listen_get_mem()
2084 if(listen->udp_buff != listen->dnscrypt_udp_buff){ in listen_get_mem()
2085 s += sldns_buffer_capacity(listen->dnscrypt_udp_buff); in listen_get_mem()