Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/services/
H A Dlisten_dnsport.h67 struct sldns_buffer* dnscrypt_udp_buff; member
H A Dlisten_dnsport.c1361 front->dnscrypt_udp_buff = NULL; in listen_create()
1439 front->dnscrypt_udp_buff = cp->dnscrypt_buffer; in listen_create()
1478 if(front->dnscrypt_udp_buff && in listen_delete()
1479 front->udp_buff != front->dnscrypt_udp_buff) { in listen_delete()
1480 sldns_buffer_free(front->dnscrypt_udp_buff); in listen_delete()
1804 s += sizeof(*listen->dnscrypt_udp_buff); in listen_get_mem()
1805 if(listen->udp_buff != listen->dnscrypt_udp_buff){ in listen_get_mem()
1806 s += sldns_buffer_capacity(listen->dnscrypt_udp_buff); in listen_get_mem()