Searched refs:dns_dt_getframe (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Ddnstap.h367 dns_dt_getframe(dns_dthandle_t *handle, uint8_t **bufp, size_t *sizep);
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Ddnstap.h366 dns_dt_getframe(dns_dthandle_t *handle, uint8_t **bufp, size_t *sizep);
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Ddnstap_test.c254 while (dns_dt_getframe(handle, &data, &dsize) == ISC_R_SUCCESS) {
302 while (dns_dt_getframe(handle, &data, &dsize) == ISC_R_SUCCESS) {
/netbsd-current/external/mpl/bind/dist/bin/tools/
H A Ddnstap-read.c374 result = dns_dt_getframe(handle, &data, &datalen);
378 CHECKM(result, "dns_dt_getframe");
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddnstap.c1018 dns_dt_getframe(dns_dthandle_t *handle, uint8_t **bufp, size_t *sizep) { function
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddnstap.c1018 dns_dt_getframe(dns_dthandle_t *handle, uint8_t **bufp, size_t *sizep) { function

Completed in 227 milliseconds