Home
last modified time | relevance | path

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

/dragonfly/contrib/ldns/
HDwire2host.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()
327 status = ldns_wire2dname(&owner, wire, max, pos); in ldns_wire2rr()
HDhost2str.c1142 status = ldns_wire2dname(&gateway, data, in ldns_rdf2buffer_str_ipseckey()
1370 status = ldns_wire2dname(&relay, data, in ldns_rdf2buffer_str_amtrelay()
/dragonfly/contrib/ldns/ldns/
HDwire2host.h152 ldns_status ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos);