Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ldns/
Dwire2host.c56 ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos) in ldns_wire2dname() function
200 status = ldns_wire2dname(&cur_rdf, wire, max, pos); in ldns_wire2rdf()
323 status = ldns_wire2dname(&owner, wire, max, pos); in ldns_wire2rr()
DChangelog283 * Fix ldns_wire2dname size check from reading 1 byte beyond buffer end.
284 * Fix ldns_wire2dname from reading 1 byte beyond end for pointer.
Dhost2str.c1120 status = ldns_wire2dname(&gateway, data, in ldns_rdf2buffer_str_ipseckey()
/freebsd-10-stable/contrib/ldns/ldns/
Dwire2host.h155 ldns_status ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos);