Searched refs:ldns_wire2dname (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/ldns/ |
| D | wire2host.c | 56 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()
|
| D | Changelog | 283 * Fix ldns_wire2dname size check from reading 1 byte beyond buffer end. 284 * Fix ldns_wire2dname from reading 1 byte beyond end for pointer.
|
| D | host2str.c | 1120 status = ldns_wire2dname(&gateway, data, in ldns_rdf2buffer_str_ipseckey()
|
| /freebsd-10-stable/contrib/ldns/ldns/ |
| D | wire2host.h | 155 ldns_status ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos);
|